Skip to content

Commit

Permalink
BUILD: Update flags for compiling on FreeMiNT
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover authored and ccawley2011 committed Aug 16, 2018
1 parent df236f1 commit 0f17228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,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"
Expand Down Expand Up @@ -2726,6 +2726,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.
Expand Down Expand Up @@ -3135,10 +3137,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
Expand Down

0 comments on commit 0f17228

Please sign in to comment.