diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-07 00:26:08 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-07 00:26:08 +0000 |
commit | e8adf5570d287b9e07608f93d085dc720b32c737 (patch) | |
tree | 410ed887d0402f88584c1e5a16b2e49217ab4ad5 /gcc/ChangeLog | |
parent | a0c8ccf7e75a6f948d1633e0c1e7175fff7ca193 (diff) | |
download | gcc-e8adf5570d287b9e07608f93d085dc720b32c737.tar.gz |
Fix configure test for "stack protector support in target C library".
* configure.ac (test_prefix, test_exec_prefix): Move setting from
inside sysroot handling to before and outside it.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189345 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eefae9a935e..70d0eb620f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2012-07-07 Hans-Peter Nilsson <hp@axis.com> + + Fix configure test for "stack protector support in target C library". + * configure.ac (test_prefix, test_exec_prefix): Move setting from + inside sysroot handling to before and outside it. + * configure: Regenerate. + 2012-07-06 Kai Tietz <ktietz@redhat.com> PR bootstrap/52947 |