aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2010-04-13 22:54:07 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2010-04-13 22:54:07 +0000
commit3591b8e2a0bd0441fe44111e50151b0e0cdb5070 (patch)
treee8a78bc1e961aef28373791c66ee957630cead3c /configure
parent896e7917c0db680bf7f1916fbb2da484c1898291 (diff)
downloadgcc-3591b8e2a0bd0441fe44111e50151b0e0cdb5070.zip
gcc-3591b8e2a0bd0441fe44111e50151b0e0cdb5070.tar.gz
gcc-3591b8e2a0bd0441fe44111e50151b0e0cdb5070.tar.bz2
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0227203..c069f93 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
;;
*)