summaryrefslogtreecommitdiff
path: root/configure
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 /configure
parenta080167ec5d234a7a21d98902d5e7694dbb476c0 (diff)
downloadgcc-7cc7a0c6002cdff01f3fddc0e39e9f8e69320e32.tar.gz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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
;;
*)