diff options
-rwxr-xr-x | source3/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/config.guess b/source3/config.guess index 2476c299d6..cb5b959611 100755 --- a/source3/config.guess +++ b/source3/config.guess @@ -806,7 +806,7 @@ EOF echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:[3456]*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -982,7 +982,7 @@ EOF echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so |