diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-10 13:20:22 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-10 13:20:22 +0800 |
commit | 276199203008d415db6b7d2473f8243528a8a887 (patch) | |
tree | ef3451b66b6c0c5f8a3b92555e629e9fc5962374 /i686-w64-mingw32-configure | |
parent | a5ce38a2273d6f11414376e8ca3e1d7e41accd9e (diff) |
Remove the configure wrappers
as they should just be in READMEs instead.
Diffstat (limited to 'i686-w64-mingw32-configure')
-rwxr-xr-x | i686-w64-mingw32-configure | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/i686-w64-mingw32-configure b/i686-w64-mingw32-configure deleted file mode 100755 index 6fff79a..0000000 --- a/i686-w64-mingw32-configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |