diff options
author | Bastien Bouclet | 2017-12-19 07:37:08 +0100 |
---|---|---|
committer | Bastien Bouclet | 2017-12-19 07:37:08 +0100 |
commit | ca469f728b59b31c009ccc1800d9fc1538584ceb (patch) | |
tree | a97cab8b7efeaf23d5d2b9015b186a087ea2c8cc /configure | |
parent | a2eb11f464f33b4e2bff1b6c3c0a8d240921f5d2 (diff) | |
download | scummvm-rg350-ca469f728b59b31c009ccc1800d9fc1538584ceb.tar.gz scummvm-rg350-ca469f728b59b31c009ccc1800d9fc1538584ceb.tar.bz2 scummvm-rg350-ca469f728b59b31c009ccc1800d9fc1538584ceb.zip |
PORTS: Remove the Yopy PDA port
No official release was ever done for that platform. Production ceased
in 2005.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -928,7 +928,6 @@ Special configuration feature: gp2xwiz for GP2X Wiz iphone for Apple iPhone (iOS <= 6) ios7 for Apple iPhone / iPad (iOS >= 7) - linupy for Yopy PDA maemo for Nokia Maemo motoezx for MotoEZX motomagx for MotoMAGX @@ -1506,10 +1505,6 @@ ios7) _host_cpu=arm _host_alias=arm-apple-darwin11 ;; -linupy) - _host_os=linux - _host_cpu=arm - ;; maemo) _host_os=maemo _host_cpu=arm @@ -3045,9 +3040,6 @@ if test -n "$_host"; then _seq_midi=no _timidity=no ;; - linupy) - append_var DEFINES "-DLINUPY" - ;; m68k-atari-mint) append_var DEFINES "-DSYSTEM_NOT_SUPPORTING_D_TYPE" _ranlib=m68k-atari-mint-ranlib |