diff options
author | Colin Snover | 2017-11-04 19:09:48 -0500 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-18 14:08:40 +0200 |
commit | 4fe84887cc063fd0be9c6d8dfa55100057b7440f (patch) | |
tree | af8d0cc359f2a795a8ea8ad889af24ee952df026 /configure | |
parent | 23aa8a5d1328a078b9be616cd330c4e0a1641e97 (diff) | |
download | scummvm-rg350-4fe84887cc063fd0be9c6d8dfa55100057b7440f.tar.gz scummvm-rg350-4fe84887cc063fd0be9c6d8dfa55100057b7440f.tar.bz2 scummvm-rg350-4fe84887cc063fd0be9c6d8dfa55100057b7440f.zip |
BUILD: Update flags for compiling on FreeMiNT
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2053,7 +2053,7 @@ if test "$have_gcc" = yes ; then case $_host_os in # newlib-based system include files suppress non-C89 function # declarations under __STRICT_ANSI__ - 3ds | amigaos* | android | androidsdl | dreamcast | ds | gamecube | mingw* | n64 | psp | ps2 | ps3 | psp2 | tizen | wii | wince ) + 3ds | amigaos* | android | androidsdl | dreamcast | ds | gamecube | mingw* | mint* | n64 | psp | ps2 | ps3 | psp2 | tizen | wii | wince ) ;; *) append_var CXXFLAGS "-ansi" @@ -2757,6 +2757,8 @@ case $_host_os in ;; mint*) append_var DEFINES "-DSYSTEM_NOT_SUPPORTING_D_TYPE" + append_var DEFINES "-D_GNU_SOURCE" + append_var DEFINES "-D_ISOC11_SOURCE" ;; msys) echo ERROR: Using the MSYS shell in msys mode is not supported. Please use the MSYS shell in mingw mode instead. @@ -3154,10 +3156,8 @@ if test -n "$_host"; then _timidity=no ;; m68k-atari-mint) - append_var DEFINES "-DSYSTEM_NOT_SUPPORTING_D_TYPE" - _ranlib=m68k-atari-mint-ranlib - _ar="m68k-atari-mint-ar cru" _seq_midi=no + _timidity=no ;; maemo) _optimization_level=-Os |