aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/x-osfrose
diff options
context:
space:
mode:
authorMichael Meissner <meissner@osf.org>1991-12-18 20:04:04 +0000
committerMichael Meissner <meissner@osf.org>1991-12-18 20:04:04 +0000
commit146e5cf890da67188b61313f61ea34a4f345b479 (patch)
tree29b4ffd63fe416757692415fed433f4b30b5ec79 /gcc/config/i386/x-osfrose
parent710ccc4bee89a6f0108a55dd2e1b3ec3859b339e (diff)
Initial revision
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/x-osfrose')
-rw-r--r--gcc/config/i386/x-osfrose29
1 files changed, 29 insertions, 0 deletions
diff --git a/gcc/config/i386/x-osfrose b/gcc/config/i386/x-osfrose
new file mode 100644
index 00000000000..53ee12cb503
--- /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)