* Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providing

build option tweaks to mingw compiler as well.
This commit is contained in:
Corinna Vinschen 2012-11-05 11:15:23 +00:00
parent 650dc73fa5
commit 4d586ac09e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-11-05 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providing
build option tweaks to mingw compiler as well.
2012-10-24 Corinna Vinschen <corinna@vinschen.de>
* configure.in: Add AC_NO_EXECUTABLES,

View File

@ -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.