diff options
author | Ian Lance Taylor <iant@golang.org> | 2022-03-04 10:18:00 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-03-04 10:46:55 -0800 |
commit | c3402486afa8b6f98d6b0cc05cd229526bc7611f (patch) | |
tree | d1bd6baaaf9b408213b2a298957bce1bb99490b1 /gcc | |
parent | e71079517f16fee6759bad2be14f574c3548743e (diff) | |
download | gcc-c3402486afa8b6f98d6b0cc05cd229526bc7611f.zip gcc-c3402486afa8b6f98d6b0cc05cd229526bc7611f.tar.gz gcc-c3402486afa8b6f98d6b0cc05cd229526bc7611f.tar.bz2 |
mkruntimeinc: skip _FILE
We don't need it, and it breaks uclibc.
PR go/101246
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/390021
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 7778cd9..e68d2d9 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -943b95876ca0f14c3cea7067d33170ba76cf0fab +787fd4475f9d9101bc138d0b9763b0f5ecca89a9 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |