aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1991-12-18 20:04:04 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1991-12-18 20:04:04 +0000
commit3b4aa0bd8e1444f074a27346277538632bf85aea (patch)
tree29b4ffd63fe416757692415fed433f4b30b5ec79 /gcc
parentf8fcec3a6d42bf65ea690a21abbebbe715704bd3 (diff)
downloadgcc-3b4aa0bd8e1444f074a27346277538632bf85aea.zip
gcc-3b4aa0bd8e1444f074a27346277538632bf85aea.tar.gz
gcc-3b4aa0bd8e1444f074a27346277538632bf85aea.tar.bz2
Initial revision
From-SVN: r123
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/x-osfrose29
-rw-r--r--gcc/config/mips/x-osfrose29
2 files changed, 58 insertions, 0 deletions
diff --git a/gcc/config/i386/x-osfrose b/gcc/config/i386/x-osfrose
new file mode 100644
index 0000000..53ee12c
--- /dev/null
+++ b/gcc/config/i386/x-osfrose
@@ -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)
diff --git a/gcc/config/mips/x-osfrose b/gcc/config/mips/x-osfrose
new file mode 100644
index 0000000..48dc993
--- /dev/null
+++ b/gcc/config/mips/x-osfrose
@@ -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)