entered into RCS
authorRichard Stallman <rms@gnu.org>
Sun, 28 Jun 1992 13:47:44 +0000 (13:47 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 28 Jun 1992 13:47:44 +0000 (13:47 +0000)
From-SVN: r1322

gcc/config/pa/x-pa-hpux
gcc/config/rs6000/x-mach
gcc/config/rs6000/x-rs6000

index 2120772bf0620bd8228ceb3498f67bdfbeee194d..3375d4218495b2c64115a4893dfba157d69fbbc5 100644 (file)
@@ -1,3 +1 @@
 ALLOCA=alloca.o
-ALLOCA_FLAGS = -c -Demacs
-ALLOCA_FINISH = 
index 600a9d0c59eb9558a50f3817eeb71e9d9a533da4..64f39a5cf043972b2af6ab07881bb3a15d8f97f5 100644 (file)
@@ -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
index bcbdeee6c7e53b8b4cd72f2192054deee3191663..635167c2ed7d671856037b980cfe44bbf9cf1ebd 100644 (file)
@@ -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