This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

970910 snapshot


I was going to build egcs using ultrix cc, because I seem to remember getting a 
different set of warnings then when using gcc,  but when I try 'setenv CC cc' 
'./configure' 'make bootstrap' the wrong c flags are passed (see below).  Am I 
missing something?  Is there some other voodoo I need to preform to get egcs to use cc for the first stage build?  

Aaron Jackson		jackson@msrce.howard.edu

Bootstrapping the compiler with -O2 -g
make CC="cc" libdir=/usr/local/lib LANGUAGES="c "
cc  -DIN_GCC    -g   -DHAVE_CONFIG_H     -I. -I. -I./config -DGCC_INCLUDE_DIR
=\"/usr/local/lib/gcc-lib/mips-dec-ultrix4.4/egcs-2.90.06/include\" -DGPLUSPL
US_INCLUDE_DIR=\"/usr/local/include/g++\" -DOLD_GPLUSPLUS_INCLUDE_DIR=\"/usr/
local/lib/g++-include\"    -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS
_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/mips-dec-ultrix4.4/egcs-2.90.06/sys-includ
e\"    -DTOOL_INCLUDE_DIR=\"/usr/local/mips-dec-ultrix4.4/include\" -c `echo
./cccp.c | sed 's,^\./,,'`
 
...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]