[Scummvm-cvs-logs] SF.net SVN: scummvm:[48603] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Apr 9 17:47:49 CEST 2010


Revision: 48603
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48603&view=rev
Author:   fingolfin
Date:     2010-04-09 15:47:49 +0000 (Fri, 09 Apr 2010)

Log Message:
-----------
Yet another attempt to fix cc_check_define: make it only link, but not compile, the test code

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-04-09 14:30:10 UTC (rev 48602)
+++ scummvm/trunk/configure	2010-04-09 15:47:49 UTC (rev 48603)
@@ -199,7 +199,7 @@
 	return 0;
 }
 EOF
-	cc_check
+	cc_check -c
 	return $?
 }
 
@@ -1417,7 +1417,6 @@
 			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'


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list