From cbbed2cf8dd889638056cc5834bcd7ac566e89ea Mon Sep 17 00:00:00 2001
From: rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 27 Mar 1991 23:51:45 +0000
Subject: [PATCH] entered into RCS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/config/m68k/x-hp320 | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 gcc/config/m68k/x-hp320

diff --git a/gcc/config/m68k/x-hp320 b/gcc/config/m68k/x-hp320
new file mode 100644
index 000000000000..0233bfe12fcf
--- /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.
-- 
GitLab