From 651145bd611cae7367744a5b3f5e5be6fcca4af9 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 15 Mar 2013 13:57:44 -0600 Subject: [PATCH] remove -static-libstdc++ -static-libgcc from bootimage-generator-lflags MinGW-w64's GCC doesn't understand those flags, and we shouldn't be linking statically or dynamically with either of those libraries. --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index 82d9999026..f4b45b1b0e 100755 --- a/makefile +++ b/makefile @@ -656,7 +656,6 @@ ifeq ($(platform),windows) rpath = lflags = -L$(lib) $(common-lflags) -lws2_32 -liphlpapi -mconsole - bootimage-generator-lflags = -static-libstdc++ -static-libgcc cflags = -I$(inc) $(common-cflags) -DWINVER=0x0500 ifeq (,$(filter mingw32 cygwin,$(build-platform)))