diff options
author | Max Horn | 2006-08-04 20:34:43 +0000 |
---|---|---|
committer | Max Horn | 2006-08-04 20:34:43 +0000 |
commit | ae79aa30176a4bc15b6c11588bfcde79f1502490 (patch) | |
tree | ff27802ec959dbcc6c259359a9800daf4720b322 /configure | |
parent | 3a88d7a752421fd81710fd3dc29cd30f7c5f1ecb (diff) | |
download | scummvm-rg350-ae79aa30176a4bc15b6c11588bfcde79f1502490.tar.gz scummvm-rg350-ae79aa30176a4bc15b6c11588bfcde79f1502490.tar.bz2 scummvm-rg350-ae79aa30176a4bc15b6c11588bfcde79f1502490.zip |
Modified version of the rest of patch #1497254: Patch to add support for the Atari ST/FreeMiNT Platform
svn-id: r23677
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -813,6 +813,10 @@ else os2-emx*) DEFINES="$DEFINES -DUNIX" ;; + mint*) + DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE" + CXXFLAGS="$CXXFLAGS -m68020-60 -fomit-frame-pointer" + ;; # given this is a shell script assume some type of unix *) echo "WARNING: could not establish system type, assuming unix like" |