Author: mwise
Date: Tue Jan 19 12:06:16 2010
New Revision: 8373

URL: http://svn.slimdevices.com/jive?rev=8373&view=rev
Log:
Got an error about recursive variables in the make file. Since I can't do that, 
just forcing Linux builds to do 32bit for now. I think.

Modified:
    7.5/trunk/squeezeplay/src/Makefile.linux

Modified: 7.5/trunk/squeezeplay/src/Makefile.linux
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/Makefile.linux?rev=8373&r1=8372&r2=8373&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/Makefile.linux (original)
+++ 7.5/trunk/squeezeplay/src/Makefile.linux Tue Jan 19 12:06:16 2010
@@ -15,7 +15,8 @@
 DESTDIR=${BUILD_TOP}
 export PREFIX=${DESTDIR}
 
-export CFLAGS=${CFLAGS} -I${PREFIX}/include -I${PREFIX}/include/SDL 
-I${PREFIX}/include/freetype2 -g
+export CFLAGS=-m32 -I${PREFIX}/include -I${PREFIX}/include/SDL 
-I${PREFIX}/include/freetype2 -g
+export CXXFLAGS=-m32
 export LDFLAGS=-L${PREFIX}/lib
 
 export TOOLPATH = $(shell dirname `which gcc`)

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to