diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-29 19:16:45 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-29 19:16:45 +0000 |
commit | 3129d07b8e63cd0c8bbff306d7d38a34e18401eb (patch) | |
tree | fed774ad966219a41e25acfe81f62f58cb1cc4b5 /config/ChangeLog | |
parent | 3a61904c4060d767037c8be41bb6be469afe6717 (diff) | |
download | gcc-3129d07b8e63cd0c8bbff306d7d38a34e18401eb.tar.gz |
config:
* mh-darwin (BOOT_CFLAGS): Only add -mdynamic-no-pic for m32 hosts.
(STAGE1_CFLAGS, STAGE1_LDFLAGS): New.
Fix over-length lines and amend comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203017 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index ab34cbcc224..e3f6f456695 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +2013-09-29 Iain Sandoe <iain@codesourcery.com> + + * mh-darwin (BOOT_CFLAGS): Only add -mdynamic-no-pic for m32 hosts. + (STAGE1_CFLAGS, STAGE1_LDFLAGS): New. + Fix over-length lines and amend comments. + 2013-08-30 Marek Polacek <polacek@redhat.com> * bootstrap-ubsan.mk: New. |