]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
entered into RCS
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Nov 1991 11:48:35 +0000 (06:48 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Nov 1991 11:48:35 +0000 (06:48 -0500)
From-SVN: r55

gcc/config/m88k/x-sysv4 [new file with mode: 0644]

diff --git a/gcc/config/m88k/x-sysv4 b/gcc/config/m88k/x-sysv4
new file mode 100644 (file)
index 0000000..e22a688
--- /dev/null
@@ -0,0 +1,12 @@
+INSTALL = cp
+
+# Problems in early version of the assembler have been fixed (-DNO_BUGS).
+# There are peculiar problems with the include files that require __STDC__
+# to be defined as 0.  This results in sigset_t being defined which otherwise
+# results in a problem when <wait.h> includes <siginfo.h>.
+
+X_CFLAGS = -DNO_BUGS -D__STDC__=0
+
+# The CI5 compiler does not provide alloca.
+
+ALLOCA = alloca.o