libgo: fix GOARCH_CACHELINESIZE on ia64

Reviewed-on: https://go-review.googlesource.com/85256

From-SVN: r256306
This commit is contained in:
Ian Lance Taylor 2018-01-06 01:17:29 +00:00
parent 677202a206
commit 319e41dc77
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
9b9bece388d1bacdc9d1d0024e722ffe449d221d
1319f36ccc65cf802b8e17ddd3d2da3ca6d82f4c
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

2
libgo/configure vendored
View file

@ -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*-*-*)

View file

@ -264,7 +264,7 @@ GOARCH_HUGEPAGESIZE="1 << 21"
ia64-*-*)
GOARCH=ia64
GOARCH_FAMILY=IA64
GOARCH_CACHELINESIZE=16384
GOARCH_CACHELINESIZE=128
GOARCH_PHYSPAGESIZE=65536
;;
m68k*-*-*)