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:
authorCorinna Vinschen <corinna@vinschen.de>2012-11-05 15:15:23 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-11-05 15:15:23 +0400
commit4d586ac09efc23fd8359496c3017de6a7a4d5c67 (patch)
tree3189adddf5ca3a87c354944e5e9083bc36f11e34 /winsup/utils/Makefile.in
parent650dc73fa577fe2e77731b474a66da275e883d3e (diff)
* Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providing
build option tweaks to mingw compiler as well.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r--winsup/utils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index f7308fcde..a935d4d08 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -44,7 +44,7 @@ ALL_LDLIBS := -lnetapi32 -ladvapi32 -lkernel32 -luser32
ALL_LDFLAGS := -static-libgcc -Wl,--enable-auto-import -B$(newlib_build)/libc $(LDFLAGS) $(ALL_LDLIBS)
ALL_DEP_LDLIBS := $(cygwin_build)/libcygwin.a
-MINGW_CXX := @MINGW_CXX@
+MINGW_CXX := @MINGW_CXX@ $(CFLAGS)
# List all binaries to be linked in Cygwin mode. Each binary on this list
# must have a corresponding .o of the same name.