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/elf.m4
parenteba8d258f19fbe66a0c9689af21bb22c2f81c6ad (diff)
Sync with upstream gcc.
Diffstat (limited to 'config/elf.m4')
-rw-r--r--config/elf.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/elf.m4 b/config/elf.m4
index 1772a4431..5f5cd88da 100644
--- a/config/elf.m4
+++ b/config/elf.m4
@@ -17,7 +17,7 @@ target_elf=no
case $target in
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
*-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
- alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux* | \
+ alpha*-dec-osf* | hppa[[12]]*-*-hpux* | \
nvptx-*-none)
target_elf=no
;;