diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1991-11-05 06:48:35 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1991-11-05 06:48:35 -0500 |
commit | d14a15b6c5e6794076008446696c53fe808d5c11 (patch) | |
tree | 98b9d1d70e74ef5a21c66778374c668f5263591d /gcc | |
parent | 9db4e0ec1f9e92182fa656df5183f113d2ddf42d (diff) | |
download | gcc-d14a15b6c5e6794076008446696c53fe808d5c11.zip gcc-d14a15b6c5e6794076008446696c53fe808d5c11.tar.gz gcc-d14a15b6c5e6794076008446696c53fe808d5c11.tar.bz2 |
entered into RCS
From-SVN: r55
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m88k/x-sysv4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/m88k/x-sysv4 b/gcc/config/m88k/x-sysv4 new file mode 100644 index 0000000..e22a688 --- /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 <wait.h> includes <siginfo.h>. + +X_CFLAGS = -DNO_BUGS -D__STDC__=0 + +# The CI5 compiler does not provide alloca. + +ALLOCA = alloca.o |