BACKENDS: ATARI: Super flag may go to ./configure

This commit is contained in:
Miro Kropacek 2024-07-15 22:13:16 +02:00
parent e4f8b6a456
commit 90f8152171
3 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ FASTCALL=false
export ASFLAGS="-m68020-60"
export CXXFLAGS="-m68020-60 -DUSE_MOVE16 -DUSE_SUPERVIDEL -DUSE_SV_BLITTER"
export LDFLAGS="-m68020-60 -Wl,--msuper-memory"
export LDFLAGS="-m68020-60"
export PKG_CONFIG_LIBDIR="$(${PLATFORM}-gcc -print-sysroot)/usr/lib/m68020-60/pkgconfig"
if $FASTCALL

View File

@ -11,7 +11,7 @@ FASTCALL=false
export ASFLAGS="-m68030"
export CXXFLAGS="-m68030 -DDISABLE_FANCY_THEMES"
export LDFLAGS="-m68030 -Wl,--msuper-memory"
export LDFLAGS="-m68030"
export PKG_CONFIG_LIBDIR="$(${PLATFORM}-gcc -print-sysroot)/usr/lib/m68020-60/pkgconfig"
if $FASTCALL

2
configure vendored
View File

@ -3665,6 +3665,8 @@ if test -n "$_host"; then
#append_var DEFINES "-DDISABLE_TEXT_CONSOLE"
fi
append_var LDFLAGS "-Wl,--msuper-memory"
_seq_midi=no
_timidity=no
;;