toplevel:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Mon, 18 Jul 2011 10:15:06 +0000 (10:15 +0000)
committerRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Mon, 18 Jul 2011 10:15:06 +0000 (10:15 +0000)
* configure: Regenerate.

config:
* elf.m4 (target_elf): Remove *-netware*.

ChangeLog
config/ChangeLog
config/elf.m4
configure

index 8e96373031bcb117d0530b36878c506374a61480..9a5f2a54ff7b1dc2981b5ab84df7ebb54586eb38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure: Regenerate.
+
 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR target/39150
index ec4a0bef6c8596823b3b6237158706ab21c16395..3bb95f9825d8e414f3d315338775ebf0de3300b7 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * elf.m4 (target_elf): Remove *-netware*.
+
 2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
 
        * bootstrap-lto.mk: Remove obsolete requirement.
index 007006eaea2d6367ba045043e3908167537c31ab..da051cbe61c1bf2592e6f18912122e325604708b 100644 (file)
@@ -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
     ;;
index e969e12b9e80e02c2c4938c844992635f9dac1f4..b3ee95add0a9960e4a1662408098324c4123f32f 100755 (executable)
--- a/configure
+++ b/configure
@@ -6035,7 +6035,7 @@ fi
 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
     ;;
This page took 0.041315 seconds and 4 git commands to generate.