Feature #403 » config.guess_automake-1.10.1.patch
/Haiku/ruby/ruby/config.guess Mon Apr 7 02:22:45 2008 | ||
---|---|---|
BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
|
||
echo i586-pc-beos
|
||
exit ;;
|
||
BeMac:Haiku:*:*)
|
||
echo powerpc-apple-haiku
|
||
exit ;;
|
||
BePC:Haiku:*:*)
|
||
echo i586-pc-haiku
|
||
exit ;;
|
||
SX-4:SUPER-UX:*:*)
|
||
echo sx4-nec-superux${UNAME_RELEASE}
|
||
exit ;;
|
- « Previous
- 1
- 2
- 3
- 4
- Next »