Commit 3591b8e2 by Steve Ellcey Committed by Steve Ellcey

configure: Regenerate after change to elf.m4.

2010-04-13  Steve Ellcey  <sje@cup.hp.com>

	* configure: Regenerate after change to elf.m4.

In config subdir:

2010-04-13  Steve Ellcey  <sje@cup.hp.com>

	* elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms.

From-SVN: r158285
parent 896e7917
2010-04-13 Steve Ellcey <sje@cup.hp.com>
* configure: Regenerate after change to elf.m4.
2010-04-06 Iain Sandoe <iains@gcc.gnu.org> 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
* MAINTAINERS (Write After Approval): Add myself. * MAINTAINERS (Write After Approval): Add myself.
......
2010-04-13 Steve Ellcey <sje@cup.hp.com>
* elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms.
2010-03-23 Kai Tietz <kai.tietz@onevision.com> 2010-03-23 Kai Tietz <kai.tietz@onevision.com>
* mh-mingw: Revert accidentally checking r156315. * mh-mingw: Revert accidentally checking r156315.
......
...@@ -15,7 +15,7 @@ target_elf=no ...@@ -15,7 +15,7 @@ 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* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
alpha*-dec-osf* | *-interix*) alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux*)
target_elf=no target_elf=no
;; ;;
*) *)
......
...@@ -6002,7 +6002,7 @@ target_elf=no ...@@ -6002,7 +6002,7 @@ 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* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
alpha*-dec-osf* | *-interix*) alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
target_elf=no target_elf=no
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment