mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 14:30:38 +08:00
toplevel:
* configure: Regenerate. config: * elf.m4 (target_elf): Remove *-netware*.
This commit is contained in:
parent
b6c42976eb
commit
7b6010ccdd
@ -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>
|
2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
PR target/39150
|
PR target/39150
|
||||||
|
@ -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>
|
2011-04-20 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
* bootstrap-lto.mk: Remove obsolete requirement.
|
* bootstrap-lto.mk: Remove obsolete requirement.
|
||||||
|
@ -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 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 General Public License. As a special exception to the GNU General
|
||||||
dnl Public License, this file may be distributed as part of a program
|
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
|
target_elf=no
|
||||||
case $target in
|
case $target in
|
||||||
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
|
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
|
||||||
*-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
|
*-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
|
||||||
alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux*)
|
alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux*)
|
||||||
target_elf=no
|
target_elf=no
|
||||||
;;
|
;;
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -6035,7 +6035,7 @@ fi
|
|||||||
target_elf=no
|
target_elf=no
|
||||||
case $target in
|
case $target in
|
||||||
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
|
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
|
||||||
*-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
|
*-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
|
||||||
alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
|
alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
|
||||||
target_elf=no
|
target_elf=no
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user