This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0.2 and BSD Make
- To: Zack Weinberg <zack at codesourcery dot com>
- Subject: Re: GCC 3.0.2 and BSD Make
- From: Richard Henderson <rth at redhat dot com>
- Date: Sun, 4 Nov 2001 22:28:23 -0800
- Cc: Marc Espie <espie at quatramaran dot ens dot fr>, perry at wasabisystems dot com, gcc at gcc dot gnu dot org
- References: <11450000.1004118050@gandalf.codesourcery.com> <200111012335.fA1NZ0C06537@quatramaran.ens.fr> <20011102100319.D31636@codesourcery.com>
On Fri, Nov 02, 2001 at 10:03:19AM -0800, Zack Weinberg wrote:
> There are very few extended-make features that I would like to be able
> to use that we don't already...
Building multilib libgcc could be done in a handful of rules
with gnu make's nested variable expansions and pattern matches.
In the absense of that, we have an autoconf edited shell script
build a huge makefile, listing all rules explicitly, which we
then use a recursive make to build.
GNU Make would most definitely be a maintainence win there.
r~