This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: linux-2.3.3 doesn't boot when compiled with egcs-2.93.22


   From: Andi Kleen <ak@muc.de>
   Date: 24 May 1999 15:01:21 +0200

   The problem is that the Kernel makefile currently has no way to
   detect the compiler version used (kernel has no configure). Passing
   -fno-strict-alias to a gcc 2.7.2 wouldn't be a good idea. So to
   implement it you need a mini configure or a similar trick.

Andi, please have a stare at arch/sparc{,64}/Makefile, we already know how
to do such things like detect EGCS vs. GCC just fine.

Later,
David S. Miller
davem@redhat.com


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