diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-23 21:32:34 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-23 21:32:34 +0000 |
commit | dd60921eff373f1d20a27e53c352d070bc0cd4f9 (patch) | |
tree | 608cc03f2f06ac54841cac41457f0534b533d332 /fixincludes/inclhack.def | |
parent | 3d48d902ac32358c32076c167fff940a7f754ccf (diff) | |
download | gcc-dd60921eff373f1d20a27e53c352d070bc0cd4f9.tar.gz |
2011-08-23 Steve Ellcey <sje@cup.hp.com>
PR libstdc++/50153
* inclhack.def (hpux11_abs): Extend to all hpux machines.
* fixincl.x: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/inclhack.def')
-rw-r--r-- | fixincludes/inclhack.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def index d538706156a..d670d60dee4 100644 --- a/fixincludes/inclhack.def +++ b/fixincludes/inclhack.def @@ -1862,7 +1862,7 @@ fix = { */ fix = { hackname = hpux11_abs; - mach = "ia64-hp-hpux11*"; + mach = "*-hp-hpux11*"; files = stdlib.h; select = "ifndef _MATH_INCLUDED"; c_fix = format; |