Initial revision
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 18 Dec 1991 20:04:04 +0000 (20:04 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 18 Dec 1991 20:04:04 +0000 (20:04 +0000)
From-SVN: r123

gcc/config/i386/x-osfrose [new file with mode: 0644]
gcc/config/mips/x-osfrose [new file with mode: 0644]

diff --git a/gcc/config/i386/x-osfrose b/gcc/config/i386/x-osfrose
new file mode 100644 (file)
index 0000000..53ee12c
--- /dev/null
@@ -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 (file)
index 0000000..48dc993
--- /dev/null
@@ -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)