Initial revision

From-SVN: r123
This commit is contained in:
Michael Meissner 1991-12-18 20:04:04 +00:00
parent f8fcec3a6d
commit 3b4aa0bd8e
2 changed files with 58 additions and 0 deletions

29
gcc/config/i386/x-osfrose Normal file
View File

@ -0,0 +1,29 @@
# Define CC and OLDCC as the same, so that the tests:
# if [ x"$(OLDCC)" = x"$(CC)" ] ...
#
# will succeed (if OLDCC != CC, it is assumed that GCC is
# being used in secondary stage builds).
BUILD =
CC = $(OLDCC)
CLIB = -lld
X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS)
CPP_ABORT = # -Dabort=fancy_abort
CPPFLAGS = $(CPP_ABORT) $(SYSTEM_INCLUDES)
DEB_OPT = $(OPT) $(DEBUG) $(PROFILE)
DEBUG =
DEBUG_COLLECT = # -DDEBUG
GCC_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -B./ -DPOSIX
INSTALL = installbsd -c
LDFLAGS =
MSTATS = # -mstats
OLDCC = /usr/ccs/gcc/gcc
OPT = -O
PROFILE =
SHLIB = -L${BUILD}/usr/ccs/lib # no shared libraries
SYSTEM_INCLUDES = # -I${BUILD}/usr/include
libdir = /usr/ccs
mandir = /usr/ccs/gcc/$(target)/$(version)
bindir = /usr/ccs/gcc/$(target)/$(version)

29
gcc/config/mips/x-osfrose Normal file
View File

@ -0,0 +1,29 @@
# Define CC and OLDCC as the same, so that the tests:
# if [ x"$(OLDCC)" = x"$(CC)" ] ...
#
# will succeed (if OLDCC != CC, it is assumed that GCC is
# being used in secondary stage builds).
BUILD =
CC = $(OLDCC)
CLIB = -lld
X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS)
CPP_ABORT = # -Dabort=fancy_abort
CPPFLAGS = $(CPP_ABORT) $(SYSTEM_INCLUDES)
DEB_OPT = $(OPT) $(DEBUG) $(PROFILE)
DEBUG =
DEBUG_COLLECT = # -DDEBUG
GCC_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -B./ -DPOSIX
INSTALL = installbsd -c
LDFLAGS =
MSTATS = # -mstats
OLDCC = /usr/ccs/gcc/gcc
OPT = -O2
PROFILE =
SHLIB = -L${BUILD}/usr/ccs/lib # no shared libraries
SYSTEM_INCLUDES = # -I${BUILD}/usr/include
libdir = /usr/ccs
mandir = /usr/ccs/gcc/$(target)/$(version)
bindir = /usr/ccs/gcc/$(target)/$(version)