aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-11-01 21:45:32 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-11-01 21:45:32 +0000
commit307dde6fcc0fdf813087212705f84370b1a2305b (patch)
tree46b49077867f7a5a409b0ff49e1b767e1ff34a82 /libgo/configure
parent5b7c051940e69046151e3094b56f1b13e873840e (diff)
downloadgcc-307dde6fcc0fdf813087212705f84370b1a2305b.zip
gcc-307dde6fcc0fdf813087212705f84370b1a2305b.tar.gz
gcc-307dde6fcc0fdf813087212705f84370b1a2305b.tar.bz2
libgo: fix GOARCH_PHYSPAGESIZE for ia64
From Andreas Schwab. Reviewed-on: https://go-review.googlesource.com/32537 From-SVN: r241757
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 3c866f7..7a9df58 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -13677,7 +13677,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
GOARCH=ia64
GOARCH_FAMILY=IA64
GOARCH_CACHELINESIZE=16384
- GOARCH_PHYSPAGESIZE=8192
+ GOARCH_PHYSPAGESIZE=65536
;;
m68k*-*-*)
GOARCH=m68k