|
|
1.1 ! root 1: # Define CC and OLDCC as the same, so that the tests: ! 2: # if [ x"$(OLDCC)" = x"$(CC)" ] ... ! 3: # ! 4: # will succeed (if OLDCC != CC, it is assumed that GCC is ! 5: # being used in secondary stage builds). ! 6: ! 7: BUILD = ! 8: CC = $(OLDCC) ! 9: CLIB = -lld ! 10: X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB) $(X_DEFINES) ! 11: X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(X_DEFINES) $(XCFLAGS) ! 12: CPP_ABORT = # -Dabort=fancy_abort ! 13: CPPFLAGS = $(CPP_ABORT) $(SYSTEM_INCLUDES) ! 14: DEB_OPT = $(OPT) $(DEBUG) $(PROFILE) ! 15: DEBUG = ! 16: DEBUG_COLLECT = # -DDEBUG ! 17: CCLIBFLAGS = -O -DNO_HALF_PIC ! 18: GCC_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -B./ -DPOSIX -DNO_HALF_PIC ! 19: INSTALL = installbsd -c ! 20: LDFLAGS = ! 21: MSTATS = # -mstats ! 22: OLDCC = /usr/ccs/gcc/gcc ! 23: OPT = -O ! 24: PROFILE = ! 25: SHLIB = -pic-none ! 26: SYSTEM_INCLUDES = # -I${BUILD}/usr/include ! 27: X_DEFINES = -Dvfork=fork ! 28: ! 29: libdir = /usr/ccs ! 30: mandir = /usr/ccs/gcc/$(target)/$(version) ! 31: bindir = /usr/ccs/gcc/$(target)/$(version)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.