This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New toplev config: sh-linu


Richard Henderson wrote:
> 
> On Wed, Sep 26, 2001 at 03:52:08PM -0400, Will Cohen wrote:
> >         * configure.in (i[3456]86-*-linux*,powerpc-*-linux*): New.
> 
> Why are you singling out i386 and powerpc?
> 
> r~

Would this be a better way of implementing this? -Will

	* configure.in (*-*-linux*): Disable configuration of target-newlib and
target-libgloss.


-- 
Will Cohen, GCC Engineer                         ------    ,__o
Red Hat, 2600 Meridian pkwy, Durham, NC 27713   ------   _-\_<,
Office (919)-547-0012 x390  Fax (919)-547-0024 ------   (*)/'(*)
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.109
diff -c -2 -p -r1.109 configure.in
*** configure.in	2001/09/19 06:07:00	1.109
--- configure.in	2001/09/27 13:29:35
*************** case "${target}" in
*** 772,775 ****
--- 772,776 ----
      ;;
    *-*-linux*)
+     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
      # linux has rx in libc
      skipdirs="$skipdirs target-librx"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]