This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: gcc problems with HP-UX 10.2
- To: "'Coutu, Alain Capt (CF) NSSF/SCOA'" <Alain dot Coutu at 1staf dot tyndall dot af dot mil>, "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Subject: RE: gcc problems with HP-UX 10.2
- From: "Fleischer, Karsten (K.)" <kfleisc1 at ford dot com>
- Date: Thu, 15 Feb 2001 09:04:17 -0500
> OPTS = $(SYSSRC)/mdp/mdp_options
Could it be that CFLAGS is changed in the above file?
As you see below it is sourced by the c-shell before
a recursive make in one of the subdirectories is to be done.
> @source $(OPTS); make -if $(QUE)/Makefile all
> @source $(OPTS); make -if $(QKER)/Makefile all
etc.
Karsten