mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
13 lines
383 B
Diff
13 lines
383 B
Diff
--- binutils-2.9.1/config.guess Fri May 1 08:48:46 1998
|
|
+++ binutils-2.9.1/config.guess Sun Aug 23 00:00:00 1998
|
|
@@ -112,6 +112,9 @@ EOF
|
|
amiga:OpenBSD:*:*)
|
|
echo m68k-unknown-openbsd${UNAME_RELEASE}
|
|
exit 0 ;;
|
|
+ *:[Aa]miga[Oo][Ss]:*:*)
|
|
+ echo ${UNAME_MACHINE}-unknown-amigaos
|
|
+ exit 0 ;;
|
|
arc64:OpenBSD:*:*)
|
|
echo mips64el-unknown-openbsd${UNAME_RELEASE}
|
|
exit 0 ;;
|