diff options
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-x | scripts/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config.guess b/scripts/config.guess index a81aa505..183eb2a6 100755 --- a/scripts/config.guess +++ b/scripts/config.guess @@ -1041,7 +1041,7 @@ EOF echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sh64*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" |