From 35385b28210069a63faf9e2c172f9af62887181b Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Mon, 1 Feb 2010 12:57:47 +0100 Subject: [PATCH] [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 . --- U/modified/Cppsym.U | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/U/modified/Cppsym.U b/U/modified/Cppsym.U index ad3a58e..6eed09b 100644 --- a/U/modified/Cppsym.U +++ b/U/modified/Cppsym.U @@ -219,7 +219,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' -- 1.8.3.1