aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-07-14 22:25:26 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-07-14 22:25:26 +0000
commitf30d20915d19b459d7b0f328860cc84601f11294 (patch)
treebf9ea67ecbd27d3ce162799a073cc8f0c552b527 /libgo/configure
parentb9d36a8daf6a723afb333fac8e3128197c216bf9 (diff)
downloadgcc-f30d20915d19b459d7b0f328860cc84601f11294.zip
gcc-f30d20915d19b459d7b0f328860cc84601f11294.tar.gz
gcc-f30d20915d19b459d7b0f328860cc84601f11294.tar.bz2
libgo: don't copy semt into runtime.inc
https://gcc.gnu.org/PR81449 reports a problem with the definition semt in runtime.inc on some systems. Since the C code in libgo/runtime doesn't need semt, just don't copy it into runtime.inc. Reviewed-on: https://go-review.googlesource.com/48593 From-SVN: r250217
Diffstat (limited to 'libgo/configure')
-rwxr-xr-xlibgo/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure b/libgo/configure
index 48feebd..cfdcd74 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -13773,7 +13773,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
esac
case "${host}" in
mips*el-*-*)
- GOARCH="${GOARCH}le"
+ GOARCH="${GOARCH}le"
;;
*)
GOARCH_BIGENDIAN=1