This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] GNU/Hurd config update
- To: Mark Kettenis <kettenis at wins dot uva dot nl>
- Subject: Re: [PATCH] GNU/Hurd config update
- From: Jeffrey A Law <law at redhat dot com>
- Date: Thu, 30 Nov 2000 01:32:05 -0700
- cc: gcc-patches at gcc dot gnu dot org
- Reply-To: law at redhat dot com
In message <200011051306.eA5D6YK00893@delius.kettenis.local>you write:
> Argh! Turns out we have been buiding crtbegin.o with -fPIC and
> crtbeginS.o without, for quite some time now. The attached patch
> corrects this by making the Hurd share its target-specific make
> details with Linux. We already were sharing the host-specfic details
> and it is the intention of the Hurd hackers to follow Linux as closely
> as possible. As an added bonus this enables the shared libgcc stuff
> for the Hurd.
>
> Could someone please install this patch?
>
> Mark
>
>
> 2000-11-05 Mark Kettenis <kettenis@gnu.org>
>
> * configure.in: Reorganize handling of *-*-gnu*, to share target
> specific make details with Linux. Update comments to clarify
> the distinction between GNU/Linux and GNU/Hurd.
> * config/t-gnu (LIBGCC1, CROSS_LIBGCC1, CRTSTUFF_T_CFLAGS,
> TARGET_LIBGCC2_CFLAGS): Remove. We now use the settings from
> config/t-linux for the Hurd.
Thanks. Installed.
jeff