diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-06 19:43:26 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-06 19:43:26 +0800 |
commit | c22d47f78acf4053a4856be1e2f4b2d48b822594 (patch) | |
tree | 2b89c63f4fc602dbd5c0a3c276356bd844b8e469 /i686-w64-mingw32-configure | |
parent | 420e3b89918800853533233ee80506f512ead3da (diff) |
Remove platform configures
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 f55a6a1..0000000 --- a/i686-w64-mingw32-configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -export TARGET=mingw32 -export CC=$TARGET-gcc -export CPPFLAGS="$CPPFLAGS -DDEBUG" -export CFLAGS="$CFLAGS -g -std=c99" -./configure --host=i686-w64-$TARGET --prefix=/usr/local/$TARGET --disable-shared |