aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/x-ncr3000
diff options
context:
space:
mode:
authorRichard Stallman <rms@ai.mit.edu>1992-03-29 04:32:58 +0000
committerRichard Stallman <rms@ai.mit.edu>1992-03-29 04:32:58 +0000
commitdec07bbbefb233388cd0dc4ebecbe50d19bc50cf (patch)
tree4b3453ca2f132898d0402544d4ca229870980523 /gcc/config/i386/x-ncr3000
parent4d49bacc74cc772e34d26c86ab1ff62005a289d6 (diff)
*** empty log message ***
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@623 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/x-ncr3000')
-rw-r--r--gcc/config/i386/x-ncr300018
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/config/i386/x-ncr3000 b/gcc/config/i386/x-ncr3000
index 1af09c5e88a..6dc009f9bd9 100644
--- a/gcc/config/i386/x-ncr3000
+++ b/gcc/config/i386/x-ncr3000
@@ -1,3 +1,21 @@
+# Makefile additions for the NCR3000 as host system.
+
+# Using -O with the AT&T compiler fails, with a message about a missing
+# /usr/ccs/lib/optim pass. So override the default in Makefile.in
+
+CCLIBFLAGS=
+
+# NCR3000 ships with a MetaWare compiler installed as CC, which chokes and
+# dies all over the place on GCC source. However, the AT&T compiler,
+# crusty as it is, can be used to bootstrap GCC. It can be found in
+# /usr/ccs/ATT/cc. It is also used to compile the things that should
+# not be compiled with GCC.
+
+CC = /usr/ccs/ATT/cc
+OLDCC = /usr/ccs/ATT/cc
+
+# The rest is just x-i386v4.
+
# The svr4 reference port for the i386 contains an alloca.o routine
# in /usr/ucblib/libucb.a, but we can't just try to get that by
# setting CLIB to /usr/ucblib/libucb.a because (unfortunately)