mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Fix bug #2684645 - AMIGAOS: Build breaks in base/commandline.
svn-id: r39508
This commit is contained in:
parent
7918852b1d
commit
d4fd77c8de
6
configure
vendored
6
configure
vendored
@ -1118,7 +1118,11 @@ case $_host_os in
|
||||
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
|
||||
;;
|
||||
amigaos*)
|
||||
# TODO: anything to be added here?
|
||||
CXXFLAGS="$CFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400"
|
||||
LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -Lsobjs:"
|
||||
type_1_byte='char'
|
||||
type_2_byte='short'
|
||||
type_4_byte='long'
|
||||
;;
|
||||
# given this is a shell script assume some type of unix
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user