diff options
Diffstat (limited to 'libgo')
-rwxr-xr-x | libgo/configure | 2 | ||||
-rw-r--r-- | libgo/configure.ac | 2 |
2 files changed, 2 insertions, 2 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*-*-*) 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*-*-*) |