diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-06 01:17:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-06 01:17:29 +0000 |
commit | 319e41dc77e31f3ece720ec37853ffbcc4a0df25 (patch) | |
tree | 459103a762a61bfcde0a78934c46f65cb32d4ebc /libgo/configure | |
parent | 677202a206f3ada674f27d26fd9b8a1afe0f5ba3 (diff) | |
download | gcc-319e41dc77e31f3ece720ec37853ffbcc4a0df25.zip gcc-319e41dc77e31f3ece720ec37853ffbcc4a0df25.tar.gz gcc-319e41dc77e31f3ece720ec37853ffbcc4a0df25.tar.bz2 |
libgo: fix GOARCH_CACHELINESIZE on ia64
Reviewed-on: https://go-review.googlesource.com/85256
From-SVN: r256306
Diffstat (limited to 'libgo/configure')
-rwxr-xr-x | libgo/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure b/libgo/configure index 4e83816..3f8b6a0 100755 --- a/libgo/configure +++ b/libgo/configure @@ -13706,7 +13706,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ia64-*-*) GOARCH=ia64 GOARCH_FAMILY=IA64 - GOARCH_CACHELINESIZE=16384 + GOARCH_CACHELINESIZE=128 GOARCH_PHYSPAGESIZE=65536 ;; m68k*-*-*) |