summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfixup_ptxconfigs.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index ea784cf..edecd0b 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -168,10 +168,6 @@ fixup()
;;
# soft, vfp
- arm-iwmmx-linux-gnueabi)
- PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft --with-fpu=vfp --with-cpu=iwmmxt"
- PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
- ;;
arm-v4t-linux-gnueabi)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft --with-fpu=vfp --with-arch=armv4t"
PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
@@ -220,10 +216,6 @@ fixup()
#FIXME
;;
- i586-mingw32msvc)
- #FIXME
- ;;
-
*)
echo "unknown GNU_TARGET: ${PTXCONF_GNU_TARGET}"
exit 1