summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-04-30 20:57:51 +0200
committerMichel Zou2018-04-30 20:57:51 +0200
commit6379da3ba74df55b2a5da1f96d2b4931d1bafbb5 (patch)
tree4232219f608fff0f6ebdc68f8c9b5c86a6d622b9
parentdeba361a501034a2bb9a44a372e4b7478c277e41 (diff)
downloadaur-6379da3ba74df55b2a5da1f96d2b4931d1bafbb5.tar.gz
no CC, CXX
-rw-r--r--.SRCINFO2
-rw-r--r--mingw-configure.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7513a56226..13b99b5cf0b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Apr 20 07:48:42 UTC 2018
+# Mon Apr 30 18:57:51 UTC 2018
pkgbase = mingw-w64-configure
pkgdesc = configure wrapper for MinGW (mingw-w64)
pkgver = 0.1.1
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"