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
zack@codesourcery.com (Zack Weinberg) wrote on 02.11.01 in <20011102104514.G31636@codesourcery.com>:
> You are not obliged to use GNU make for anything other than GCC in my
> scheme. A trivial wrapper, such as is used in the ports tree for
> other projects that require GNU make, should do just fine.
Have you thought about actually including GNU make in gcc? Bootstrap make
first, then rely on it. (Of course, that'd work with *any* make, but I
can't see including a non-GNU make in gcc ...)
MfG Kai