aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1991-03-27 23:51:45 +0000
committerRichard Stallman <rms@gnu.org>1991-03-27 23:51:45 +0000
commitd5c335d796a32c8a3bdaf86e7e4ce1eb90f0a741 (patch)
treec1b33adebaea18bbb76fc11a26bc0ad06dfb437e /gcc
parentcf0b71d43e9e8cfe3f7cda19a08b1deb30ce9fe0 (diff)
downloadgcc-d5c335d796a32c8a3bdaf86e7e4ce1eb90f0a741.zip
gcc-d5c335d796a32c8a3bdaf86e7e4ce1eb90f0a741.tar.gz
gcc-d5c335d796a32c8a3bdaf86e7e4ce1eb90f0a741.tar.bz2
entered into RCS
From-SVN: r18
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/x-hp32011
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/m68k/x-hp320 b/gcc/config/m68k/x-hp320
new file mode 100644
index 0000000..0233bfe
--- /dev/null
+++ b/gcc/config/m68k/x-hp320
@@ -0,0 +1,11 @@
+# Make assignments for compilation on HPUX with their C compiler.
+CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
+OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
+ALLOCA=alloca.o
+# For CCLIBFLAGS you might want to specify the switch that
+# forces only 68000 instructions to be used.
+
+# Version 5 of HPUX had a compiler bug that made it crash with -g.
+# You must set CFLAGS to empty on version 5.
+
+# You must get alloca.c from GNU Emacs.