On Mon, Oct 31, 2016 at 2:02 AM, Andreas Schwab <sch...@suse.de> wrote: > diff --git a/libgo/configure b/libgo/configure > index 3c866f7f21..7a9df58c21 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 > diff --git a/libgo/configure.ac b/libgo/configure.ac > index 2951392ed1..ed2edd3b69 100644 > --- a/libgo/configure.ac > +++ b/libgo/configure.ac > @@ -254,7 +254,7 @@ GOARCH_HUGEPAGESIZE="1 << 21" > GOARCH=ia64 > GOARCH_FAMILY=IA64 > GOARCH_CACHELINESIZE=16384 > - GOARCH_PHYSPAGESIZE=8192 > + GOARCH_PHYSPAGESIZE=65536 > ;; > m68k*-*-*) > GOARCH=m68k
Thanks. Committed. Ian