diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-23 18:05:15 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-23 18:05:15 +0000 |
commit | 32294f9ee094a6dccb0f8b71f3a9edc2853bf1eb (patch) | |
tree | b0e8975563afcf8f3cda644d5eb3b5d7f66db23a /libiberty | |
parent | d0ca0859f80cda7ef89aebe7168934063e266a6b (diff) | |
download | gcc-32294f9ee094a6dccb0f8b71f3a9edc2853bf1eb.tar.gz |
2012-01-23 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 183441 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@183447 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rwxr-xr-x | libiberty/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e6060a76309..1e9b95aa397 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2012-01-22 Douglas B Rupp <rupp@gnat.com> + + * configure: Regenerate. + 2012-01-10 Jason Merrill <jason@redhat.com> * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]: diff --git a/libiberty/configure b/libiberty/configure index b0edb0b2994..6e98352f356 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -4867,7 +4867,7 @@ case "${host}" in ;; i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*) ;; - i[34567]86-*-interix3*) + i[34567]86-*-interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; |