aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure.ac
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-01-06 01:17:29 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-01-06 01:17:29 +0000
commit319e41dc77e31f3ece720ec37853ffbcc4a0df25 (patch)
tree459103a762a61bfcde0a78934c46f65cb32d4ebc /libgo/configure.ac
parent677202a206f3ada674f27d26fd9b8a1afe0f5ba3 (diff)
downloadgcc-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.ac')
-rw-r--r--libgo/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure.ac b/libgo/configure.ac
index 7b0c629..297ddb1 100644
--- a/libgo/configure.ac
+++ b/libgo/configure.ac
@@ -264,7 +264,7 @@ GOARCH_HUGEPAGESIZE="1 << 21"
ia64-*-*)
GOARCH=ia64
GOARCH_FAMILY=IA64
- GOARCH_CACHELINESIZE=16384
+ GOARCH_CACHELINESIZE=128
GOARCH_PHYSPAGESIZE=65536
;;
m68k*-*-*)