(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too
authortruelight
Sat, 17 Feb 2007 13:29:11 +0000
changeset 6046 67e9b9e2ef98
parent 6045 20affba87a19
child 6047 8c4ef3aa6af8
(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too
config.lib
--- a/config.lib	Sat Feb 17 12:50:19 2007 +0000
+++ b/config.lib	Sat Feb 17 13:29:11 2007 +0000
@@ -602,6 +602,7 @@
 			if [ "$os" = "MORPHOS" ]; then
 				CFLAGS="$CFLAGS -I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations"
 				CFLAGS="$CFLAGS -mcpu=604 -fno-inline -mstring -mmultiple"
+				LDFLAGS="$LDFLAGS -noixemul"
 			fi
 
 			CFLAGS="$CFLAGS -O2 -fomit-frame-pointer"