summarylogtreecommitdiffstats
path: root/mingw-configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-configure.sh')
-rw-r--r--mingw-configure.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/mingw-configure.sh b/mingw-configure.sh
index fabde2d41b9f..e3b6e6b9dff9 100644
--- a/mingw-configure.sh
+++ b/mingw-configure.sh
@@ -9,8 +9,6 @@ else
config_path=".."
fi
-export CC=/usr/bin/@TRIPLE@-cc
-export CXX=/usr/bin/@TRIPLE@-c++
mingw_c_flags="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4"
LDFLAGS=""
export CFLAGS="$mingw_c_flags $CFLAGS"