diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:58:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:58:15 +0000 |
commit | acf89cab13c1826d83dce1c7ae8ea805bc034bda (patch) | |
tree | a1f1fcdf3c48daf47cf314eafb313c85890bcaf4 /config/picflag.m4 | |
parent | d5531c88ee963bee9fbd5e90daab6424840a9058 (diff) | |
download | gdb-acf89cab13c1826d83dce1c7ae8ea805bc034bda.zip gdb-acf89cab13c1826d83dce1c7ae8ea805bc034bda.tar.gz gdb-acf89cab13c1826d83dce1c7ae8ea805bc034bda.tar.bz2 |
Resync config/ from GCC.
Diffstat (limited to 'config/picflag.m4')
-rw-r--r-- | config/picflag.m4 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/picflag.m4 b/config/picflag.m4 index f6f1b44..bd81812 100644 --- a/config/picflag.m4 +++ b/config/picflag.m4 @@ -19,7 +19,7 @@ case "${$2}" 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. ;; @@ -51,9 +51,6 @@ case "${$2}" in m68k-*-*) $1=-fpic ;; - s390*-*-*) - $1=-fpic - ;; # FIXME: Override -fPIC default in libgcc only? sh-*-linux* | sh[[2346lbe]]*-*-linux*) $1=-fpic |