diff options
-rwxr-xr-x | configure | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -360,18 +360,12 @@ get_system_exe_extension() { case $1 in arm-riscos) _exeext=",ff8" - ;; - caanoo-linux) - _exeext=".caanoo" - ;; + ;; dreamcast | ds | gamecube | n64 | ps2 | psp | wii) _exeext=".elf" ;; - gp2x-linux) - _exeext=".gp2x" - ;; - gp2xwiz-linux) - _exeext=".wiz" + gph-linux) + _exeext=".gph" ;; mingw* | *os2-emx | wince) _exeext=".exe" |