In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/eeb92b76fda504cc34bcd98ba2dbc73d933c0208?hp=455f2c6c92e42c1a9e31268cbd491ba661f99882>

- Log -----------------------------------------------------------------
commit eeb92b76fda504cc34bcd98ba2dbc73d933c0208
Author: H.Merijn Brand <h.m.br...@xs4all.nl>
Date:   Mon Feb 1 12:58:57 2010 +0100

    [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 <sthiba...@debian.org>.
    
    Signed-off-by: H.Merijn Brand <h.m.br...@xs4all.nl>
-----------------------------------------------------------------------

Summary of changes:
 Configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configure b/Configure
index ed29551..8d93a33 100755
--- a/Configure
+++ b/Configure
@@ -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 perl...@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'

--
Perl5 Master Repository

Reply via email to