diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-29 12:39:36 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-29 12:39:36 -0400 |
commit | 461a68acbf5179ac002c5cf01345dd0150c2064c (patch) | |
tree | 8076419490d489dfdb897db01e78cb28e02e189a /gcc | |
parent | c07db08e345470e38f495129cefb11292d4e0c1d (diff) | |
download | gcc-461a68acbf5179ac002c5cf01345dd0150c2064c.zip gcc-461a68acbf5179ac002c5cf01345dd0150c2064c.tar.gz gcc-461a68acbf5179ac002c5cf01345dd0150c2064c.tar.bz2 |
(X_CFLAGS): Add -Xp.
From-SVN: r9835
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/x-isc3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/x-isc3 b/gcc/config/i386/x-isc3 index d1074a2..f11d270 100644 --- a/gcc/config/i386/x-isc3 +++ b/gcc/config/i386/x-isc3 @@ -1,5 +1,5 @@ CLIB = -lPW # One person said it needs -DPOSIX_JC, but daa@CERF.NET says no. -X_CFLAGS = -D_SYSV3 +X_CFLAGS = -D_SYSV3 -Xp ENQUIRE_LDFLAGS = $(LDFLAGS) INSTALL_HEADERS_DIR = install-headers-cpio |