diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 06e7c1cb838e..91b06fa6e50a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2013-03-27 Kai Tietz + + * configure: Regenerated. + 2013-03-06 Tobias Burnus * libiberty.texi: Update comment, remove lowersections. diff --git a/libiberty/configure b/libiberty/configure index 536702742dd4..17bd3c5bacbe 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -4865,7 +4865,9 @@ case "${host}" in hppa*64*-*-hpux*) # PIC is the default for 64-bit PA HP-UX. ;; - i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*) + i[34567]86-*-cygwin* | x86_64-*-cygwin*) + ;; + i[34567]86-*-mingw* | x86_64-*-mingw*) ;; i[34567]86-*-interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code.