diff options
author | dhewg | 2011-03-20 10:28:17 +0100 |
---|---|---|
committer | dhewg | 2011-03-20 10:31:22 +0100 |
commit | 3e1bea3f17999c7eef1395979d08b34d5c1fa3ee (patch) | |
tree | 48166da361ad46d7620b1d74e989df0ba2ad1106 | |
parent | e6c8d151f90b0d517d17c06202cd39e4b236ac90 (diff) | |
download | scummvm-rg350-3e1bea3f17999c7eef1395979d08b34d5c1fa3ee.tar.gz scummvm-rg350-3e1bea3f17999c7eef1395979d08b34d5c1fa3ee.tar.bz2 scummvm-rg350-3e1bea3f17999c7eef1395979d08b34d5c1fa3ee.zip |
CONFIGURE: Fix PS2 compilation
newlib system include files suppress M_* defines under __STRICT_ANSI__
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3119,7 +3119,7 @@ if test "$have_gcc" = yes ; then case $_host_os in # newlib-based system include files suppress non-C89 function # declarations under __STRICT_ANSI__ - amigaos* | android | dreamcast | ds | gamecube | mingw* | n64 | psp | wii | wince ) + amigaos* | android | dreamcast | ds | gamecube | mingw* | n64 | psp | ps2 | wii | wince ) CXXFLAGS="$CXXFLAGS -W -Wno-unused-parameter" ;; *) |