summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1997-07-10 17:07:44 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1997-07-10 17:07:44 +0000
commit38bce1248fd50c5c752faf6e9f02ccdcf2f95404 (patch)
treee84eae7aec07262702f761072835fd256632afc1 /gcc/Makefile.in
parentd0a543717605f51a4c1d84d09d31081b373b5db4 (diff)
downloadgcc-38bce1248fd50c5c752faf6e9f02ccdcf2f95404.tar.gz
(CC): Use autoconf value.
(OLDAR_FLAGS): Move next to $(OLDAR). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 70c226bf201..560ef441278 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.