CONFIGURE: Clean up overuse of _exeext for GP2X/Wiz and Caanoo.
svn-id: r52917
This commit is contained in:
parent
8637b75c53
commit
2e57bcad52
1 changed files with 3 additions and 9 deletions
12
configure
vendored
12
configure
vendored
|
@ -360,18 +360,12 @@ get_system_exe_extension() {
|
||||||
case $1 in
|
case $1 in
|
||||||
arm-riscos)
|
arm-riscos)
|
||||||
_exeext=",ff8"
|
_exeext=",ff8"
|
||||||
;;
|
;;
|
||||||
caanoo-linux)
|
|
||||||
_exeext=".caanoo"
|
|
||||||
;;
|
|
||||||
dreamcast | ds | gamecube | n64 | ps2 | psp | wii)
|
dreamcast | ds | gamecube | n64 | ps2 | psp | wii)
|
||||||
_exeext=".elf"
|
_exeext=".elf"
|
||||||
;;
|
;;
|
||||||
gp2x-linux)
|
gph-linux)
|
||||||
_exeext=".gp2x"
|
_exeext=".gph"
|
||||||
;;
|
|
||||||
gp2xwiz-linux)
|
|
||||||
_exeext=".wiz"
|
|
||||||
;;
|
;;
|
||||||
mingw* | *os2-emx | wince)
|
mingw* | *os2-emx | wince)
|
||||||
_exeext=".exe"
|
_exeext=".exe"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue