diff options
author | Ian Lance Taylor <iant@golang.org> | 2017-06-13 19:56:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-13 19:56:45 +0000 |
commit | e2fea9319edd5ccd8e94f8b2c6fd3c7061b923fa (patch) | |
tree | b72dcd4856608ba5765800ba45f3bce90bb153f2 /gotools/ChangeLog | |
parent | 8a516588143f1b61b66b7ef6181e3b4a9a3077b4 (diff) | |
download | gcc-e2fea9319edd5ccd8e94f8b2c6fd3c7061b923fa.zip gcc-e2fea9319edd5ccd8e94f8b2c6fd3c7061b923fa.tar.gz gcc-e2fea9319edd5ccd8e94f8b2c6fd3c7061b923fa.tar.bz2 |
re PR go/80964 (cross-gotools are not executable on host system)
PR go/80964
* configure.ac: Set NATIVE if host_alias = target_alias.
* configure: Rebuild.
From-SVN: r249172
Diffstat (limited to 'gotools/ChangeLog')
-rw-r--r-- | gotools/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gotools/ChangeLog b/gotools/ChangeLog index 72b86b7..d039098 100644 --- a/gotools/ChangeLog +++ b/gotools/ChangeLog @@ -1,3 +1,9 @@ +2017-06-13 Ian Lance Taylor <iant@golang.org> + + PR go/80964 + * configure.ac: Set NATIVE if host_alias = target_alias. + * configure: Rebuild. + 2017-05-18 Ian Lance Taylor <iant@golang.org> PR go/80814 |