|
|
|
@ -14,9 +14,10 @@ unset PKG_CONFIG_PATH |
|
|
|
|
# Removed -static from the following |
|
|
|
|
export CFLAGS="-static-libgcc" |
|
|
|
|
export CXXFLAGS="-static-libgcc -static-libstdc++" |
|
|
|
|
export CPPFLAGS="-I$HOME/.local/$target/include -O2" |
|
|
|
|
export CPPFLAGS="-I$HOME/.local/$target/include" |
|
|
|
|
export LDFLAGS=-L$HOME/.local/$target/lib |
|
|
|
|
export PKG_CONFIG_LIBDIR=$HOME/.local/$target/lib/pkgconfig |
|
|
|
|
export PATH=$HOME/.local/$target/bin:$PATH |
|
|
|
|
export PKG_CONFIG_LIBDIR=$HOME/.local/$target/lib/pkgconfig:/usr/$target/sys-root/mingw/lib/pkgconfig/ |
|
|
|
|
export PKG_CONFIG_PATH=$HOME/.local/$target/share/pkgconfig:/usr/$target/sys-root/mingw/share/pkgconfig/ |
|
|
|
|
export PATH=$HOME/.local/$target/bin:/usr/$target/sys-root/mingw/bin:/usr/$target/bin:$PATH |
|
|
|
|
|
|
|
|
|
../configure --build=`../config.guess` --host=$target --prefix=$HOME/.local/$target "$@" |
|
|
|
|
../configure --build=`../config.guess` --host=$target --prefix=$HOME/.local/$target --with-uniscribe "$@" |
|
|
|
|