summaryrefslogtreecommitdiff
path: root/i686-w64-mingw32-configure
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-09 20:12:59 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-09 20:12:59 +0800
commite165344ab55e98e27e13f7024b6143aa84518489 (patch)
treeb5ebdc6a7b2c2ba85bcf3c37771b79f3531a1e02 /i686-w64-mingw32-configure
parenta1e538564d4b2a60be70a32ec39afdba249ce37d (diff)
Add support for Autotools
though the resulting library is not right yet.
Diffstat (limited to 'i686-w64-mingw32-configure')
-rwxr-xr-xi686-w64-mingw32-configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/i686-w64-mingw32-configure b/i686-w64-mingw32-configure
new file mode 100755
index 0000000..11c3b58
--- /dev/null
+++ b/i686-w64-mingw32-configure
@@ -0,0 +1,6 @@
+#!/bin/sh
+export TARGET=i686-w64-mingw32
+export CC=$TARGET-gcc
+export CPPFLAGS="$CPPFLAGS -DDEBUG"
+export CFLAGS="$CFLAGS -g"
+./configure --host=$TARGET --prefix=/usr/$TARGET/usr