(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too

pull/155/head
truelight 18 years ago
parent a839800c4a
commit 50a0c2ff78

@ -602,6 +602,7 @@ make_cflags_and_ldflags() {
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"

Loading…
Cancel
Save