lkml.org 
[lkml]   [2006]   [Jan]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 18 Jan 2006 08:22:53 +0800 (SGT)
FromJeff Chua <>
SubjectRe: Linux 2.6.16-rc1 -- which gcc version?

Which gcc version should I use, now that gcc-2.95.3 can't compile
2.6.16-rc1 anymore? gcc-3.3 as mentioned in the patch?

Thanks,
Jeff.



On Tuesday 17 January 2006 03:19, Linus Torvalds wrote:
>Ok, it's two weeks since 2.6.15, and the merge window is closed.


diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c
index 04d3082..0abbce8 100644
--- a/arch/arm/kernel/asm-offsets.c
+++ b/arch/arm/kernel/asm-offsets.c
-#error    Known good compilers: 2.95.3, 2.95.4, 2.96, 3.3
+#error    Known good compilers: 3.3

diff --git a/include/linux/compiler.h b/include/linux/compiler.h
index d737821..f23d3c6 100644
--- a/include/linux/compiler.h
+++ b/include/linux/compiler.h
@@ -42,8 +42,6 @@ extern void __chk_io_ptr(void __iomem *)
  # include <linux/compiler-gcc4.h>
  #elif __GNUC__ == 3
  # include <linux/compiler-gcc3.h>
-#elif __GNUC__ == 2
-# include <linux/compiler-gcc2.h>
  #else
  # error Sorry, your compiler is too old/not recognized.
  #endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-01-18 01:25    [from the cache]
©2003-2008