|
|
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: CCLIBFLAGS = -O -pic-extern ! 13: CPP_ABORT = # -Dabort=fancy_abort ! 14: CPPFLAGS = $(CPP_ABORT) $(SYSTEM_INCLUDES) ! 15: DEB_OPT = $(OPT) $(DEBUG) $(PROFILE) ! 16: DEBUG = ! 17: DEBUG_COLLECT = # -DDEBUG ! 18: GCC_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -B./ -DPOSIX ! 19: INSTALL = installbsd -c ! 20: LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -pic-extern ! 21: LDFLAGS = ! 22: MSTATS = # -mstats ! 23: OLDCC = /usr/ccs/gcc/gcc ! 24: OPT = -O2 ! 25: PROFILE = ! 26: SHLIB = -pic-none ! 27: SYSTEM_INCLUDES = # -I${BUILD}/usr/include ! 28: X_DEFINES = -Dvfork=fork ! 29: ! 30: libdir = /usr/ccs ! 31: mandir = /usr/ccs/gcc/$(target)/$(version) ! 32: 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.