diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-28 14:05:22 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-28 14:05:22 +0000 |
commit | 69820a4d121ed05baaaac2f1c4361b8ff20d9454 (patch) | |
tree | 35ef36f94de09923e65e9555de178169aedc2840 /gcc | |
parent | 74148070046d0d8ab8e17d52665c1ee3526d894f (diff) | |
download | gcc-69820a4d121ed05baaaac2f1c4361b8ff20d9454.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1323 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 d7430cc126f..fa57c683589 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 db2f1656e19..ea65ec888a3 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 3c0f0d72b91..a1391df851c 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 ab8848e2446..3375d421849 100644 --- a/gcc/config/i860/x-sysv3 +++ b/gcc/config/i860/x-sysv3 @@ -1,2 +1 @@ -INSTALL=cp ALLOCA=alloca.o |