This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -mmacosx-version-min and libgcc
On Sep 29, 2005, at 4:16 PM, Geoffrey Keating wrote:
Is this really supposed to work? How?
I always do 'make all-gcc' from the top level when I want to test a
patch or debug something new, because of problems like this one. It's
not just this variable, there are lots of others that are set one way
by the top-level makefile and not set or set differently by the gcc
makefile.
It has always worked for me since the day I started to work on GCC for
over 3 major releases.
Something like what is done for RANLIB_FOR_TARGET in gcc/Makefile.in
and gcc/configure.ac should be done for STRIP_FOR_TARGET.
Thanks,
Andrew Pinski