diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-05-14 12:50:30 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-05-14 13:37:12 -0700 |
commit | 3a36428b5fbc825e2d3455f5770b5d6e71c63413 (patch) | |
tree | 3a14bea83dae378c2aa4adef514a1fc0ac788b6e /gcc | |
parent | 75d0b3d728864116144f9db52b156c573ae8d879 (diff) | |
download | gcc-3a36428b5fbc825e2d3455f5770b5d6e71c63413.zip gcc-3a36428b5fbc825e2d3455f5770b5d6e71c63413.tar.gz gcc-3a36428b5fbc825e2d3455f5770b5d6e71c63413.tar.bz2 |
libgo: only build syscall test with -static on GNU/Linux
For PR go/95061
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/234019
Diffstat (limited to 'gcc')
-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 b63bb3b..4776f78 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -93b3d88515db85e203d54f382200b84b56b0ae4c +cae8d4c388d4cc701c7f8fc221c9f6431760d93a The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |