diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-02-01 12:58:57 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-02-01 12:58:57 +0100 |
commit | eeb92b76fda504cc34bcd98ba2dbc73d933c0208 (patch) | |
tree | f6aeb80b661ac7ac219243cefda5f3d86dbaa3f1 /Configure | |
parent | 455f2c6c92e42c1a9e31268cbd491ba661f99882 (diff) | |
download | perl-eeb92b76fda504cc34bcd98ba2dbc73d933c0208.tar.gz |
[PATCH] Add gcc predefined macros to $Config{cppsymbols} on GNU/Hurd.
This is needed at least by h2ph, otherwise the generated .ph files
choke on missing __LONG_MAX__ and similar definitions.
Patch by Samuel Thibault <sthibault@debian.org>.
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Tue Jan 5 09:34:08 CET 2010 [metaconfig 3.5 PL0] +# Generated on Mon Feb 1 12:57:52 CET 2010 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -21488,7 +21488,7 @@ $eunicefix Cppsym.try ./Cppsym < Cppsym.know > Cppsym.true : Add in any linux cpp "predefined macros": case "$osname::$gccversion" in - *linux*::*.*|*gnukfreebsd*::*.*) + *linux*::*.*|*gnukfreebsd*::*.*|gnu::*.*) tHdrH=_tmpHdr rm -f $tHdrH'.h' $tHdrH touch $tHdrH'.h' |