Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2016-06-23 22:47:44 +0300
committerJeff Johnston <jjohnstn@redhat.com>2016-06-23 22:54:55 +0300
commit79bb0de3e5eb6c345ebf3f8be5effc0a84c4a3bd (patch)
tree31c846a121fd34f29dd4166f7f9fd26a79060aae /config/picflag.m4
parenteba8d258f19fbe66a0c9689af21bb22c2f81c6ad (diff)
Sync with upstream gcc.
Diffstat (limited to 'config/picflag.m4')
-rw-r--r--config/picflag.m47
1 files changed, 1 insertions, 6 deletions
diff --git a/config/picflag.m4 b/config/picflag.m4
index 2f5b9721e..614421d2a 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.
@@ -61,8 +57,7 @@ case "${$2}" in
$1=-fpic
;;
# FIXME: Simplify to sh*-*-netbsd*?
- sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
- sh64-*-netbsd* | sh64l*-*-netbsd*)
+ sh-*-netbsdelf* | shl*-*-netbsdelf*)
$1=-fpic
;;
# Default to -fPIC unless specified otherwise.