aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhewg2011-03-20 10:28:17 +0100
committerdhewg2011-03-20 10:31:22 +0100
commit3e1bea3f17999c7eef1395979d08b34d5c1fa3ee (patch)
tree48166da361ad46d7620b1d74e989df0ba2ad1106
parente6c8d151f90b0d517d17c06202cd39e4b236ac90 (diff)
downloadscummvm-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index eeafe93966..1273486d62 100755
--- a/configure
+++ b/configure
@@ -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"
;;
*)