diff options
| -rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 89496c7adb0..5f9a6624635 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -278,7 +278,7 @@ EOF | |||
| 278 | hp3[0-9][05]:NetBSD:*:*) | 278 | hp3[0-9][05]:NetBSD:*:*) |
| 279 | echo m68k-hp-netbsd${UNAME_RELEASE} | 279 | echo m68k-hp-netbsd${UNAME_RELEASE} |
| 280 | exit 0 ;; | 280 | exit 0 ;; |
| 281 | i[34]86:BSD/386:*:*) | 281 | i[34]86:BSD/386:*:* | *:BSD/OS:*:*) |
| 282 | echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} | 282 | echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} |
| 283 | exit 0 ;; | 283 | exit 0 ;; |
| 284 | *:FreeBSD:*:*) | 284 | *:FreeBSD:*:*) |