This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
a more universal BOOT_CFLAGS/BOOT_LDFLAGS
- From: prj at po dot cwru dot edu (Paul Jarc)
- To: gcc-help at gnu dot org
- Date: Wed, 07 Aug 2002 17:35:47 -0400
- Subject: a more universal BOOT_CFLAGS/BOOT_LDFLAGS
- Organization: What did you have in mind? A short, blunt, human pyramid?
While building gcc, I want to pass a certain set of flags to every
compilation that uses a gcc we've just built. (More accurately, I
want to pass these flags to absolutely every compilation whatsoever,
but for the cases where the installed gcc is used, I'm using a wrapper
script that's ahead of the real gcc in $PATH.) I've tried
BOOT_CFLAGS/BOO_LDFLAGS and TCFLAGS, but it seems that neither of
these is used while compiling crtbegin.o. Is there any set of
Makefile variables that will collectively cover absolutely all cases
where a newly-built gcc is used?
paul