diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-21 20:44:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-21 20:44:46 +0000 |
commit | 6156a05a2588e36f69b279bfa21025892cab4338 (patch) | |
tree | 15afe86e64f4bc452633a8e677e9c4fc8b9aea2f /libgo/configure | |
parent | 20276dc9d1b4222926d4670c55933c121fa3d2e3 (diff) | |
download | gcc-6156a05a2588e36f69b279bfa21025892cab4338.zip gcc-6156a05a2588e36f69b279bfa21025892cab4338.tar.gz gcc-6156a05a2588e36f69b279bfa21025892cab4338.tar.bz2 |
libgo: leave Int64Align as 8 on 32-bit SPARC
Verified by testing on SPARC Solaris.
Reviewed-on: https://go-review.googlesource.com/31675
From-SVN: r241430
Diffstat (limited to 'libgo/configure')
-rwxr-xr-x | libgo/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/configure b/libgo/configure index 6fd742b..3c866f7 100755 --- a/libgo/configure +++ b/libgo/configure @@ -13841,7 +13841,6 @@ _ACEOF if ac_fn_c_try_compile "$LINENO"; then : GOARCH=sparc GOARCH_FAMILY=SPARC -GOARCH_INT64ALIGN=4 else GOARCH=sparc64 |