aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-04-09 15:47:49 +0000
committerMax Horn2010-04-09 15:47:49 +0000
commit982cf400678384681a1c05e3745e25830ff13d9e (patch)
treef18d04a24fd0fdcc91e3cf28992d93cf9b4dabad
parent0768eda96432186178f40f430fb1e102d9c4bd7a (diff)
downloadscummvm-rg350-982cf400678384681a1c05e3745e25830ff13d9e.tar.gz
scummvm-rg350-982cf400678384681a1c05e3745e25830ff13d9e.tar.bz2
scummvm-rg350-982cf400678384681a1c05e3745e25830ff13d9e.zip
Yet another attempt to fix cc_check_define: make it only link, but not compile, the test code
svn-id: r48603
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index f9e54ea221..3452c8b2c8 100755
--- a/configure
+++ b/configure
@@ -199,7 +199,7 @@ int main(void) {
return 0;
}
EOF
- cc_check
+ cc_check -c
return $?
}
@@ -1417,7 +1417,6 @@ if test -n "$_host"; then
DEFINES="$DEFINES -DUNIX -DGP2XWIZ -DNDEBUG"
CXXFLAGS="$CXXFLAGS -mcpu=arm926ej-s -mtune=arm926ej-s"
ASFLAGS="$ASFLAGS -mfloat-abi=soft"
- LDFLAGS="$LDFLAGS"
_need_memalign=yes
add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'