summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-13 22:54:07 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-13 22:54:07 +0000
commit7cc7a0c6002cdff01f3fddc0e39e9f8e69320e32 (patch)
treee8a78bc1e961aef28373791c66ee957630cead3c
parenta080167ec5d234a7a21d98902d5e7694dbb476c0 (diff)
downloadppe42-gcc-7cc7a0c6002cdff01f3fddc0e39e9f8e69320e32.tar.gz
ppe42-gcc-7cc7a0c6002cdff01f3fddc0e39e9f8e69320e32.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158285 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog4
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elf.m42
-rwxr-xr-xconfigure2
4 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index be4491a225d..c6c8ad2104a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
* MAINTAINERS (Write After Approval): Add myself.
diff --git a/config/ChangeLog b/config/ChangeLog
index 40921047283..e0ce47425a3 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+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>
* mh-mingw: Revert accidentally checking r156315.
diff --git a/config/elf.m4 b/config/elf.m4
index 44d02498f24..007006eaea2 100644
--- a/config/elf.m4
+++ b/config/elf.m4
@@ -15,7 +15,7 @@ target_elf=no
case $target in
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
*-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
- alpha*-dec-osf* | *-interix*)
+ alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux*)
target_elf=no
;;
*)
diff --git a/configure b/configure
index 02272032e70..c069f93842c 100755
--- a/configure
+++ b/configure
@@ -6002,7 +6002,7 @@ target_elf=no
case $target in
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
*-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
- alpha*-dec-osf* | *-interix*)
+ alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
target_elf=no
;;
*)
OpenPOWER on IntegriCloud