diff options
author | Clément Chigot <clement.chigot@atos.net> | 2021-01-29 16:27:39 +0100 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-01-29 16:12:43 -0800 |
commit | 4d31df4089987bb7fb85dd07c9d181dbee40ba87 (patch) | |
tree | b5129bffbea36d17e2123dd62d92c660e8f3c395 /gcc/go/gofrontend | |
parent | d761172d9b2feff68d50f38b3c76969532688791 (diff) | |
download | gcc-4d31df4089987bb7fb85dd07c9d181dbee40ba87.zip gcc-4d31df4089987bb7fb85dd07c9d181dbee40ba87.tar.gz gcc-4d31df4089987bb7fb85dd07c9d181dbee40ba87.tar.bz2 |
internal/cpu: correctly link to getsystemcfg
Directly set getsystemcfg as //extern in internal/cpu instead of
trying to use the runtime as in Go toolchain.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/287932
Diffstat (limited to 'gcc/go/gofrontend')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 366fcf0..cb12c83a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2663206528a6d46cbde60dbccf84c8288707ab8d +271a043537f2f0ae93bde2cf4f4897e68a476ece The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |