diff mbox

[4.6] Obsolete NetWare support

Message ID ydd62n3o83v.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth July 15, 2011, 3:51 p.m. UTC
As discussed, here's the patch that obsoletes NetWare x86 on the 4.6
branch.

Tested by configuring/building on i386-pc-solaris2.11 with --target
i386-pc-netware.  As expected, without --enable-obsolete, the build
fails in gcc, with --enable-obsolete, it continues.

Ok for the 4.6 branch?

	Rainer


2011-07-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* config.gcc: Obsolete i[3456x]86-*-netware*.

Comments

Richard Biener July 17, 2011, 4:32 p.m. UTC | #1
On Fri, Jul 15, 2011 at 5:51 PM, Rainer Orth
<ro@cebitec.uni-bielefeld.de> wrote:
> As discussed, here's the patch that obsoletes NetWare x86 on the 4.6
> branch.
>
> Tested by configuring/building on i386-pc-solaris2.11 with --target
> i386-pc-netware.  As expected, without --enable-obsolete, the build
> fails in gcc, with --enable-obsolete, it continues.
>
> Ok for the 4.6 branch?

Ok.

Thanks,
Richard.

>        Rainer
>
>
> 2011-07-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
>
>        * config.gcc: Obsolete i[3456x]86-*-netware*.
>
> diff --git a/gcc/config.gcc b/gcc/config.gcc
> --- a/gcc/config.gcc
> +++ b/gcc/config.gcc
> @@ -240,6 +240,7 @@ case ${target} in
>  | crx-*                               \
>  | i[34567]86-*-interix3*              \
>  | i[34567]86-*-netbsd*                        \
> + | i[3456x]86-*-netware*               \
>  | i[34567]86-*-pe                     \
>  | m68hc11-*-*                         \
>  | m6811-*-*                           \
>
>
> --
> -----------------------------------------------------------------------------
> Rainer Orth, Center for Biotechnology, Bielefeld University
>
diff mbox

Patch

diff --git a/gcc/config.gcc b/gcc/config.gcc
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -240,6 +240,7 @@  case ${target} in
  | crx-*				\
  | i[34567]86-*-interix3*		\
  | i[34567]86-*-netbsd*			\
+ | i[3456x]86-*-netware*		\
  | i[34567]86-*-pe			\
  | m68hc11-*-*				\
  | m6811-*-*				\