diff options
author | DJ Delorie <dj@redhat.com> | 2013-03-28 02:00:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-03-28 02:00:05 +0000 |
commit | 3afd2652d43de1e0cdf66ec4d2a8a6b614ba2fc7 (patch) | |
tree | 84da363c26e67b9aa9afa75b92a87787509c35f6 /libiberty/configure | |
parent | da6635131b85ef3dd63c301de93b859fbc6a796d (diff) | |
download | gdb-3afd2652d43de1e0cdf66ec4d2a8a6b614ba2fc7.zip gdb-3afd2652d43de1e0cdf66ec4d2a8a6b614ba2fc7.tar.gz gdb-3afd2652d43de1e0cdf66ec4d2a8a6b614ba2fc7.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index 5367027..17bd3c5 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. |