]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - config/picflag.m4
remove support for the interix target
[thirdparty/gcc.git] / config / picflag.m4
index e0fa3439997db7b0e40d400546a9b6f63f2e5a8e..614421d2a9490b9210b03a5ef4f13c266a892728 100644 (file)
@@ -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.