diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-27 22:00:53 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-27 22:00:53 +0000 |
commit | 9509060c4594c63699bb49fb96f16958b22c595a (patch) | |
tree | 59412d137abb79c6c703573c641f4d08ba982610 /libada/configure | |
parent | 919a02c058d16689cd302f3187598c1e1e206cef (diff) | |
download | gcc-9509060c4594c63699bb49fb96f16958b22c595a.tar.gz |
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libada/configure')
-rwxr-xr-x | libada/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libada/configure b/libada/configure index da92d0edbce..19d3e5e7e77 100755 --- a/libada/configure +++ b/libada/configure @@ -2834,7 +2834,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. |