From 7b6010ccdd1422502171edecfa29a259004d6799 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 18 Jul 2011 10:15:06 +0000 Subject: toplevel: * configure: Regenerate. config: * elf.m4 (target_elf): Remove *-netware*. --- config/ChangeLog | 4 ++++ config/elf.m4 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index ec4a0bef6..3bb95f982 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2011-07-18 Rainer Orth + + * elf.m4 (target_elf): Remove *-netware*. + 2011-04-20 Eric Botcazou * bootstrap-lto.mk: Remove obsolete requirement. diff --git a/config/elf.m4 b/config/elf.m4 index 007006eae..da051cbe6 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 ;; -- cgit v1.2.3