[PATCH 3/3] crosstool: linux 2.6.8 builds with gcc-3.4.2

Horms horms@verge.net.au
Thu Jun 29 07:33:00 GMT 2006


Fragment to update zconf.tab.c_shipped in accordance with the
patch in Roman Zippel's current_menu fix.
http://www.kernel.org/git/?p=linux/kernel/git/tglx/history.git;a=commit;h=c794e99c91d095ad07349222ff7a6be1c52d9153

Setting LKC_GENPARSER in scripts/kconfig/Makefile (or passing it
on the environment, I guess) would also work, however it relies
on bison being sensible on the host system.

Signed-off-by: Horms <horms@verge.net.au>

--- x/scripts/kconfig/zconf.tab.c_shipped	2004-08-14 14:37:39.000000000 +0900
+++ x/scripts/kconfig/zconf.tab.c_shipped	2006-06-29 14:57:05.000000000 +0900
@@ -175,6 +175,8 @@
 
 struct symbol *symbol_hash[257];
 
+static struct menu *current_menu, *current_entry;
+
 #define YYERROR_VERBOSE
 
 

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list