diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-20 03:18:52 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-20 03:18:52 +0000 |
commit | ffed0993533b0e10abcf23e3aefb91e3c39ce3ea (patch) | |
tree | cc4f385e55da7b11ea0b0f4f73d24a8eaccbfd9d | |
parent | b0bdbfb34ff782f95e8a8fc002254d491ab08680 (diff) | |
download | gcc-ffed0993533b0e10abcf23e3aefb91e3c39ce3ea.zip gcc-ffed0993533b0e10abcf23e3aefb91e3c39ce3ea.tar.gz gcc-ffed0993533b0e10abcf23e3aefb91e3c39ce3ea.tar.bz2 |
entered into RCS
From-SVN: r4512
-rw-r--r-- | gcc/config/i386/x-isc3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/i386/x-isc3 b/gcc/config/i386/x-isc3 index 48c7874..d1074a2 100644 --- a/gcc/config/i386/x-isc3 +++ b/gcc/config/i386/x-isc3 @@ -1,3 +1,5 @@ CLIB = -lPW -X_CFLAGS = -D_SYSV3 -DPOSIX_JC +# One person said it needs -DPOSIX_JC, but daa@CERF.NET says no. +X_CFLAGS = -D_SYSV3 ENQUIRE_LDFLAGS = $(LDFLAGS) +INSTALL_HEADERS_DIR = install-headers-cpio |