This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


This patch was taken from the historical linux-2.6 git tree,
http://www.kernel.org/git/?p=linux/kernel/git/tglx/history.git;a=commit;h=3d67e6da30b49622350db2a5910d9e83eefc3219

It is reversed and the problem is fixed more completely by a second
patch, which I will post after this one.

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

commit 3d67e6da30b49622350db2a5910d9e83eefc3219
tree d4d828c890b3c934bc174fcc5b6c7e9a362a886e
parent d86f67713b53b625ab1fd1ef4b5b8cda9e3362d7
author Thierry Vignaud <tvignaud@mandrakesoft.com> 1093241136 -0700
committer Linus Torvalds <torvalds@ppc970.osdl.org> 1093241136 -0700

[PATCH] fix compiling oldconfig with gcc-3.5

fix compiling oldconfig with gcc-3.5:

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

 scripts/kconfig/mconf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

3d67e6da30b49622350db2a5910d9e83eefc3219
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 6f8bf99..367735b 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -88,7 +88,7 @@ static char *args[1024], **argptr = args
 static int indent;
 static struct termios ios_org;
 static int rows = 0, cols = 0;
-static struct menu *current_menu;
+struct menu *current_menu;
 static int child_count;
 static int do_resize;
 static int single_menu_mode;

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]