diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-28 14:09:17 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-28 14:09:17 +0000 |
commit | 760d6b6f9f77505e0f0cd1774abb3971a8221ef8 (patch) | |
tree | 36a14cc4c92cf12752fd1f4e170f8b9c77d8a075 /gcc | |
parent | b54ababf332366632fea298fdb31ff01bc3e65af (diff) | |
download | gcc-760d6b6f9f77505e0f0cd1774abb3971a8221ef8.zip gcc-760d6b6f9f77505e0f0cd1774abb3971a8221ef8.tar.gz gcc-760d6b6f9f77505e0f0cd1774abb3971a8221ef8.tar.bz2 |
*** empty log message ***
From-SVN: r1324
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/x-ncr3000 | 2 | ||||
-rw-r--r-- | gcc/config/i386/x-sco | 1 | ||||
-rw-r--r-- | gcc/config/i860/x-sysv4 | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i386/x-ncr3000 b/gcc/config/i386/x-ncr3000 index 6dc009f..aa22092 100644 --- a/gcc/config/i386/x-ncr3000 +++ b/gcc/config/i386/x-ncr3000 @@ -37,6 +37,4 @@ CLIB=-lc /usr/ucblib/libucb.a # CCLIBFLAGS=-Bstatic -dn -g # GCC_CFLAGS=-static -g -O2 -B./ -INSTALL=cp - FIXINCLUDES=fixinc.svr4 diff --git a/gcc/config/i386/x-sco b/gcc/config/i386/x-sco index 73aa25f..b905029 100644 --- a/gcc/config/i386/x-sco +++ b/gcc/config/i386/x-sco @@ -1,4 +1,3 @@ -INSTALL=cp RANLIB = : RANLIB_TEST = false CC = rcc diff --git a/gcc/config/i860/x-sysv4 b/gcc/config/i860/x-sysv4 index f480a57..7b5a188 100644 --- a/gcc/config/i860/x-sysv4 +++ b/gcc/config/i860/x-sysv4 @@ -1,5 +1,3 @@ -INSTALL=cp - # The svr4 reference port for the i860 contains an alloca.o routine # in /usr/ucblib/libucb.a, but we can't just try to get that by # setting CLIB to /usr/ucblib/libucb.a because (unfortunately) |