summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 2b29a3d784..9e29d84ed8 100755
--- a/tools/configure
+++ b/tools/configure
@@ -556,7 +556,7 @@ arm926ejscc () {
556 556
557arm1136jfscc () { 557arm1136jfscc () {
558 findarmgcc 558 findarmgcc
559 GCCOPTS="$CCOPTS -mcpu=arm1136jf-s" 559 GCCOPTS="$CCOPTS -mcpu=arm1136jf-s -mfloat-abi=softfp"
560 GCCOPTIMIZE="-fomit-frame-pointer" 560 GCCOPTIMIZE="-fomit-frame-pointer"
561 endian="little" 561 endian="little"
562} 562}
@@ -890,7 +890,7 @@ androidndkcc()
890 890
891mipsellinuxcc () { 891mipsellinuxcc () {
892 GCCOPTS=`echo $CCOPTS | sed -e s/-ffreestanding// -e s/-nostdlib//` 892 GCCOPTS=`echo $CCOPTS | sed -e s/-ffreestanding// -e s/-nostdlib//`
893 GCCOPTS="$GCCOPTS -march=mips32r2 -mno-mips16 -mno-long-calls -Umips -fPIC" 893 GCCOPTS="$GCCOPTS -march=mips32r2 -mhard-float -mno-mips16 -mno-long-calls -Umips -fPIC"
894 GCCOPTIMIZE='' 894 GCCOPTIMIZE=''
895 LDOPTS="-lasound -lpthread -lm -ldl -lrt $LDOPTS" 895 LDOPTS="-lasound -lpthread -lm -ldl -lrt $LDOPTS"
896 GLOBAL_LDOPTS="$GLOBAL_LDOPTS -Wl,-z,defs" 896 GLOBAL_LDOPTS="$GLOBAL_LDOPTS -Wl,-z,defs"