diff options
author | Clément Chigot <clement.chigot@atos.net> | 2020-08-26 10:19:23 +0200 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-08-26 16:29:03 -0700 |
commit | 0c223b02b6e4dfbdeac9f1dcd64ee9d1cd04a5a2 (patch) | |
tree | b1f116b9ba63e47e7de49e697dab7f82187bfc90 /gcc | |
parent | 6b0b6a3868f34b1462744cfa003c2c6ac18ef28e (diff) | |
download | gcc-0c223b02b6e4dfbdeac9f1dcd64ee9d1cd04a5a2.zip gcc-0c223b02b6e4dfbdeac9f1dcd64ee9d1cd04a5a2.tar.gz gcc-0c223b02b6e4dfbdeac9f1dcd64ee9d1cd04a5a2.tar.bz2 |
cmd: add -maix32 to gcc calls for aix/ppc
As gcc might now be compiled in 64bit, -maix32 must always be added
to ensure that created objects will be 32bit.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/250778
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 2f0865b..780588a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -aac2b382839154d74eeef160522c0a5c1ea8aadf +9aed2d2c5e9c69aa530bf09d72d33c66e497d720 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |