Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index f8b528a50..7314634ee 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -68,6 +68,7 @@ AS = @AS@
AWK = @AWK@
CC = @CC@
CC_FOR_BUILD = @CC_FOR_BUILD@
+CC_FOR_NEWLIB = @CC_FOR_NEWLIB@
CPP = @CPP@
CRT0 = @CRT0@
CRT0_DIR = @CRT0_DIR@
@@ -141,7 +142,7 @@ AM_MAKEFLAGS = \
"tooldir=$(tooldir)" \
"AR=$(AR)" \
"AS=$(AS)" \
- "CC=$(CC)" \
+ "CC=$(CC_FOR_NEWLIB)" \
"LD=$(LD)" \
"LIBCFLAGS=$(LIBCFLAGS)" \
"NM=$(NM)" \