Patch guess_port to take into account x64 darwin platform

Former-commit-id: ce57c25d880a4cadab0d8bda3db6ce329973e798
Former-commit-id: 2850583304560c8859cf2b0b16dfb363dc9f3e1a
This commit is contained in:
2015-10-02 21:44:13 +02:00
parent d298385685
commit c89d3cc24f

View File

@ -25,6 +25,7 @@ case ${mach}:${syst}:${rels} in
i*86:Linux:* ) echo i386-linux;;
x*86*:Linux:* ) echo i386-linux;;
i*86:Darwin:* ) echo i386-darwin;;
x*86*:Darwin:* ) echo i386-darwin;;
IP*:IRIX*:* ) echo mips-irix;;
i*86:MINGW32*:* ) echo x86-mingw32;;