|
|
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)
1.1.1.2 root 9: CLIB = -lbsd -lld
1.1 root 10: X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
11: X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS)
1.1.1.3 ! root 12: CCLIBFLAGS = -O -pic-extern
1.1 root 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
1.1.1.3 ! root 20: LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -pic-extern
1.1 root 21: LDFLAGS =
22: MSTATS = # -mstats
23: OLDCC = /usr/ccs/gcc/gcc
24: OPT = -O2
25: PROFILE =
26: SHLIB = -L${BUILD}/usr/ccs/lib # no shared libraries
27: SYSTEM_INCLUDES = # -I${BUILD}/usr/include
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.