From d14a15b6c5e6794076008446696c53fe808d5c11 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 5 Nov 1991 06:48:35 -0500 Subject: [PATCH] entered into RCS From-SVN: r55 --- gcc/config/m88k/x-sysv4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gcc/config/m88k/x-sysv4 diff --git a/gcc/config/m88k/x-sysv4 b/gcc/config/m88k/x-sysv4 new file mode 100644 index 000000000000..e22a68803624 --- /dev/null +++ b/gcc/config/m88k/x-sysv4 @@ -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 includes . + +X_CFLAGS = -DNO_BUGS -D__STDC__=0 + +# The CI5 compiler does not provide alloca. + +ALLOCA = alloca.o -- 2.43.5