From ebae86dea79e1ce62ae3d6849d7292d99a5b199e Mon Sep 17 00:00:00 2001 From: Pradipta Ghosh Date: Fri, 21 Aug 2020 02:24:34 -0700 Subject: 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 --- scripts/config.guess | 2 +- scripts/config.sub | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'scripts') 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" diff --git a/scripts/config.sub b/scripts/config.sub index 3b4c7624..36df2c84 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -1139,14 +1139,6 @@ case $cpu-$vendor in cpu=nsx vendor=tandem ;; - s390-*) - cpu=s390 - vendor=ibm - ;; - s390x-*) - cpu=s390x - vendor=ibm - ;; tile*-*) os=${os:-linux-gnu} ;; @@ -1238,6 +1230,7 @@ case $cpu-$vendor in | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \ | spu \ + | s390 | s390x \ | tahoe \ | tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \ | tron \ -- cgit v1.2.3