diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-10 16:37:53 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-10 16:37:53 +0000 |
commit | f5fad380f9f8ab15869d44c30e439b597fd74aa7 (patch) | |
tree | 97a44f4af7af6c36d2792d5d77bd9bc86eb73655 /ChangeLog | |
parent | 57583407540893387f6eb0f26b435a4d4d5cf0b3 (diff) | |
download | gcc-f5fad380f9f8ab15869d44c30e439b597fd74aa7.tar.gz |
PR bootstrap/25672
* configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
cross-compiling. Similarly for CXX_FOR_TARGET.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b3b3e732f1e..b5c93809dab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-03-09 Aldy Hernandez <aldyh@redhat.com> + + PR bootstrap/25672 + * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if + cross-compiling. Similarly for CXX_FOR_TARGET. + * configure: Regenerate. + 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com> * Makefile.def: Add libmpx. |