summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2007-07-17 14:48:14 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2007-07-17 14:48:14 (GMT)
commit1dba1ebd379c4a5425c9ddce0e587805e876ec43 (patch)
treec3e52adf2732c256b18ab93ce27acc9ee0a35517
parent7ca61f2f5b9054ddf3060d6db6fde93247be5240 (diff)
downloadmxe-1dba1ebd379c4a5425c9ddce0e587805e876ec43.zip
mxe-1dba1ebd379c4a5425c9ddce0e587805e876ec43.tar.gz
mxe-1dba1ebd379c4a5425c9ddce0e587805e876ec43.tar.bz2
don't install libiberty.a
-rwxr-xr-xbuild_mingw_cross_env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh
index bdc6b02..7c21c24 100755
--- a/build_mingw_cross_env.sh
+++ b/build_mingw_cross_env.sh
@@ -310,6 +310,7 @@ case "$1" in
--disable-nls \
--disable-shared
$MAKE all install
+ rm -fv "$PREFIX/lib/libiberty.a"
cd "$SOURCE"
rm -rfv "binutils-$VERSION_binutils-src"
strip -sv \
@@ -337,8 +338,7 @@ case "$1" in
"$PREFIX/$TARGET/bin/nm" \
"$PREFIX/$TARGET/bin/objdump" \
"$PREFIX/$TARGET/bin/ranlib" \
- "$PREFIX/$TARGET/bin/strip" \
- "$PREFIX/lib/libiberty.a"
+ "$PREFIX/$TARGET/bin/strip"
;;
esac