summaryrefslogtreecommitdiff
path: root/scripts/config.guess
diff options
context:
space:
mode:
authorPradipta Ghosh <pradghos@in.ibm.com>2020-08-21 09:24:34 (GMT)
committerPradipta Ghosh <pradghos@in.ibm.com>2020-08-27 16:51:17 (GMT)
commitebae86dea79e1ce62ae3d6849d7292d99a5b199e (patch)
treedc850593e89c2c4a4bbae96b88bc1c2cedc5d114 /scripts/config.guess
parent5659366bf62b5555bf914b5f55e8a01c92d6c6f1 (diff)
Adding new samples s390x/s390-unknown-linux-gnu
- s390x/s390 is allowed to pair with other vendor name. - new samples are being added to use this flexibility. - Fix space issue
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-xscripts/config.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config.guess b/scripts/config.guess
index a81aa50..183eb2a 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"