|
|
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: GCC_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -B./ -DPOSIX ! 18: INSTALL = installbsd -c ! 19: LDFLAGS = ! 20: MSTATS = # -mstats ! 21: OLDCC = /usr/ccs/gcc/gcc ! 22: OPT = -O ! 23: PROFILE = ! 24: SHLIB = -pic-none ! 25: SYSTEM_INCLUDES = # -I${BUILD}/usr/include ! 26: X_DEFINES = -Dvfork=fork ! 27: ! 28: libdir = /usr/ccs ! 29: mandir = /usr/ccs/gcc/$(target)/$(version) ! 30: 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.