diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2011-07-18 10:15:06 +0000 |
---|---|---|
committer | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2011-07-18 10:15:06 +0000 |
commit | 090bc50fc55716c2e2f59c1e65c63a90a9f1d952 (patch) | |
tree | 49fdcab078214a2d2d922f6dd86e72b9719a44e8 /config | |
parent | a0f171c8693166cc4e5441a1d3a9bf3452f98e47 (diff) | |
download | gdb-090bc50fc55716c2e2f59c1e65c63a90a9f1d952.zip gdb-090bc50fc55716c2e2f59c1e65c63a90a9f1d952.tar.gz gdb-090bc50fc55716c2e2f59c1e65c63a90a9f1d952.tar.bz2 |
toplevel:
* configure: Regenerate.
config:
* elf.m4 (target_elf): Remove *-netware*.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/elf.m4 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index ec4a0be..3bb95f9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -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. diff --git a/config/elf.m4 b/config/elf.m4 index 007006e..da051cb 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 ;; |