diff options
| -rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index fc5b336a08c..8358e6dd317 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -253,6 +253,9 @@ EOF | |||
| 253 | *:NetBSD:*:*) | 253 | *:NetBSD:*:*) |
| 254 | echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` | 254 | echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` |
| 255 | exit 0 ;; | 255 | exit 0 ;; |
| 256 | *:GNU:*:*) | ||
| 257 | echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` | ||
| 258 | exit 0 ;; | ||
| 256 | *:Linux:*:*) | 259 | *:Linux:*:*) |
| 257 | echo ${UNAME_MACHINE}-unknown-linux | 260 | echo ${UNAME_MACHINE}-unknown-linux |
| 258 | exit 0 ;; | 261 | exit 0 ;; |