Revision: 593
http://cadcdev.svn.sourceforge.net/cadcdev/?rev=593&view=rev
Author: ljsebald
Date: 2008-05-28 06:41:47 -0700 (Wed, 28 May 2008)
Log Message:
-----------
-fno-crossjumping has been needed for a while. I'm not quite sure why the environ file didn't have it in there, but its there now (thanks waltervn).
Modified Paths:
--------------
kos/environ_dreamcast.sh
Modified: kos/environ_dreamcast.sh
===================================================================
--- kos/environ_dreamcast.sh 2008-05-28 13:34:29 UTC (rev 592)
+++ kos/environ_dreamcast.sh 2008-05-28 13:41:47 UTC (rev 593)
@@ -1,7 +1,7 @@
# KallistiOS environment variable settings. These are the shared pieces
# for the Dreamcast(tm) platform.
-export KOS_CFLAGS="${KOS_CFLAGS} -ml -m4-single-only -fno-optimize-sibling-calls"
+export KOS_CFLAGS="${KOS_CFLAGS} -ml -m4-single-only -fno-crossjumping"
export KOS_AFLAGS="${KOS_AFLAGS} -little"
export KOS_LDFLAGS="${KOS_LDFLAGS} -ml -m4-single-only -Wl,-Ttext=0x8c010000"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|