diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-06-28 14:05:22 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-06-28 14:05:22 +0000 |
commit | b54ababf332366632fea298fdb31ff01bc3e65af (patch) | |
tree | 35ef36f94de09923e65e9555de178169aedc2840 | |
parent | a5646fb65852878f1f4146f051c312ac68da3d39 (diff) | |
download | gcc-b54ababf332366632fea298fdb31ff01bc3e65af.zip gcc-b54ababf332366632fea298fdb31ff01bc3e65af.tar.gz gcc-b54ababf332366632fea298fdb31ff01bc3e65af.tar.bz2 |
entered into RCS
From-SVN: r1323
-rw-r--r-- | gcc/config/i386/x-aix | 3 | ||||
-rw-r--r-- | gcc/config/i386/x-isc | 1 | ||||
-rw-r--r-- | gcc/config/i386/x-sysv3 | 1 | ||||
-rw-r--r-- | gcc/config/i860/x-sysv3 | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/i386/x-aix b/gcc/config/i386/x-aix index d7430cc..fa57c68 100644 --- a/gcc/config/i386/x-aix +++ b/gcc/config/i386/x-aix @@ -1,5 +1,2 @@ # There is an alloca in -lbsd, but it is limited to 32K ALLOCA = alloca.o - -# Is this right? -# INSTALL=cp diff --git a/gcc/config/i386/x-isc b/gcc/config/i386/x-isc index db2f165..ea65ec8 100644 --- a/gcc/config/i386/x-isc +++ b/gcc/config/i386/x-isc @@ -1,4 +1,3 @@ CLIB = -lPW -lcposix -INSTALL = cp X_CFLAGS = -D_POSIX_SOURCE ENQUIRE_LDFLAGS = -posix $(LDFLAGS) diff --git a/gcc/config/i386/x-sysv3 b/gcc/config/i386/x-sysv3 index 3c0f0d7..a1391df 100644 --- a/gcc/config/i386/x-sysv3 +++ b/gcc/config/i386/x-sysv3 @@ -1,2 +1 @@ CLIB=-lPW -INSTALL=cp diff --git a/gcc/config/i860/x-sysv3 b/gcc/config/i860/x-sysv3 index ab8848e..3375d42 100644 --- a/gcc/config/i860/x-sysv3 +++ b/gcc/config/i860/x-sysv3 @@ -1,2 +1 @@ -INSTALL=cp ALLOCA=alloca.o |