aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1997-07-10 17:07:44 +0000
committerDoug Evans <dje@gnu.org>1997-07-10 17:07:44 +0000
commitb614ee64c3b6d1efcefbd6930173721dc8c785b3 (patch)
treee84eae7aec07262702f761072835fd256632afc1 /gcc
parentffde607660d5a6523b21440e33a9097b3fbbc40c (diff)
downloadgcc-b614ee64c3b6d1efcefbd6930173721dc8c785b3.zip
gcc-b614ee64c3b6d1efcefbd6930173721dc8c785b3.tar.gz
gcc-b614ee64c3b6d1efcefbd6930173721dc8c785b3.tar.bz2
(CC): Use autoconf value.
(OLDAR_FLAGS): Move next to $(OLDAR). From-SVN: r14409
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 70c226b..560ef44 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -66,13 +66,12 @@ T_CFLAGS =
X_CPPFLAGS =
T_CPPFLAGS =
-CC = cc
+CC = @CC@
BISON = bison
BISONFLAGS =
LEX = flex
LEXFLAGS =
AR = ar
-OLDAR_FLAGS = qc
AR_FLAGS = rc
DLLTOOL = dlltool
SHELL = /bin/sh
@@ -110,6 +109,7 @@ CCLIBFLAGS = -O
# Version of ar to use when compiling libgcc1.a.
OLDAR = ar
+OLDAR_FLAGS = qc
# Target to use when installing include directory. Either
# install-headers-tar or install-headers-cpio.