aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-06-28 13:47:44 +0000
committerRichard Stallman <rms@gnu.org>1992-06-28 13:47:44 +0000
commita5646fb65852878f1f4146f051c312ac68da3d39 (patch)
treefd6d4e2dd28a75ed9b979a016bc494fe73acb0bf /gcc
parent197d6480b8fdb9c211cc7bd2f39d01ea40b08b97 (diff)
downloadgcc-a5646fb65852878f1f4146f051c312ac68da3d39.zip
gcc-a5646fb65852878f1f4146f051c312ac68da3d39.tar.gz
gcc-a5646fb65852878f1f4146f051c312ac68da3d39.tar.bz2
entered into RCS
From-SVN: r1322
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pa/x-pa-hpux2
-rw-r--r--gcc/config/rs6000/x-mach4
-rw-r--r--gcc/config/rs6000/x-rs60004
3 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/pa/x-pa-hpux b/gcc/config/pa/x-pa-hpux
index 2120772..3375d42 100644
--- a/gcc/config/pa/x-pa-hpux
+++ b/gcc/config/pa/x-pa-hpux
@@ -1,3 +1 @@
ALLOCA=alloca.o
-ALLOCA_FLAGS = -c -Demacs
-ALLOCA_FINISH =
diff --git a/gcc/config/rs6000/x-mach b/gcc/config/rs6000/x-mach
index 600a9d0..64f39a5 100644
--- a/gcc/config/rs6000/x-mach
+++ b/gcc/config/rs6000/x-mach
@@ -3,9 +3,5 @@
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
-# We can't use -S to compile alloca
-ALLOCA_FLAGS=-c
-ALLOCA_FINISH=
-
# For some reason, we need -lm for cc1.
CLIB=-lm
diff --git a/gcc/config/rs6000/x-rs6000 b/gcc/config/rs6000/x-rs6000
index bcbdeee..635167c 100644
--- a/gcc/config/rs6000/x-rs6000
+++ b/gcc/config/rs6000/x-rs6000
@@ -4,10 +4,6 @@ INSTALL=/usr/ucb/install -c
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
-# We can't use -S to compile alloca
-ALLOCA_FLAGS=-c
-ALLOCA_FINISH=
-
# For some reason, we need -lm for cc1.
# We need -lld for collect2 (actually this only matters
# for a native compiler, but this is as good a place as any