diff options
Diffstat (limited to 'config/picflag.m4')
-rw-r--r-- | config/picflag.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/picflag.m4 b/config/picflag.m4 index e0fa343..614421d 100644 --- a/config/picflag.m4 +++ b/config/picflag.m4 @@ -27,10 +27,6 @@ case "${$2}" in ;; i[[34567]]86-*-mingw* | x86_64-*-mingw*) ;; - i[[34567]]86-*-interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; i[[34567]]86-*-nto-qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. |