summaryrefslogtreecommitdiff
path: root/config/elf.m4
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2011-07-18 10:15:04 +0000
committerRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2011-07-18 10:15:04 +0000
commitf3309d4c0d5effeafb6d042a24b3769235a681bb (patch)
treecfe3c1742ebaa0fe97cd8ce49b9a5e645fe24506 /config/elf.m4
parentb17a0223e61aedb10829b03c52a5c0726ea089f3 (diff)
downloadgdb-f3309d4c0d5effeafb6d042a24b3769235a681bb.tar.gz
toplevel:
* configure: Regenerate. config: * elf.m4 (target_elf): Remove *-netware*.
Diffstat (limited to 'config/elf.m4')
-rw-r--r--config/elf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/elf.m4 b/config/elf.m4
index 007006eaea2..da051cbe61c 100644
--- a/config/elf.m4
+++ b/config/elf.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2010, 2011 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -14,7 +14,7 @@ AC_REQUIRE([AC_CANONICAL_TARGET])
target_elf=no
case $target in
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
- *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
+ *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux*)
target_elf=no
;;