Commit 307dde6f by Ian Lance Taylor

libgo: fix GOARCH_PHYSPAGESIZE for ia64

    
    From Andreas Schwab.
    
    Reviewed-on: https://go-review.googlesource.com/32537

From-SVN: r241757
parent 5b7c0519
069ed35ecbefd2f138ea3132a557ad23a6936a45 150bca67d8bb4b23009f53ba06e85e306e3960d8
The first line of this file holds the git revision number of the last The first line of this file holds the git revision number of the last
merge done from the gofrontend repository. merge done from the gofrontend repository.
...@@ -13677,7 +13677,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ...@@ -13677,7 +13677,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
GOARCH=ia64 GOARCH=ia64
GOARCH_FAMILY=IA64 GOARCH_FAMILY=IA64
GOARCH_CACHELINESIZE=16384 GOARCH_CACHELINESIZE=16384
GOARCH_PHYSPAGESIZE=8192 GOARCH_PHYSPAGESIZE=65536
;; ;;
m68k*-*-*) m68k*-*-*)
GOARCH=m68k GOARCH=m68k
......
...@@ -254,7 +254,7 @@ GOARCH_HUGEPAGESIZE="1 << 21" ...@@ -254,7 +254,7 @@ GOARCH_HUGEPAGESIZE="1 << 21"
GOARCH=ia64 GOARCH=ia64
GOARCH_FAMILY=IA64 GOARCH_FAMILY=IA64
GOARCH_CACHELINESIZE=16384 GOARCH_CACHELINESIZE=16384
GOARCH_PHYSPAGESIZE=8192 GOARCH_PHYSPAGESIZE=65536
;; ;;
m68k*-*-*) m68k*-*-*)
GOARCH=m68k GOARCH=m68k
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment