[gentoo-dev] Kernel calls gcc directly: fine?

2012-08-12 Thread Agostino Sarubbo
If you try to launch make V=1 from the kernel source directory you will see: gcc -Wp,-MD,scripts/mod/.empty.o.d -nostdinc -isystem /usr/lib/gcc/x86_64- pc-linux-gnu/4.5.3/include -I/usr/src/linux-3.3.8-gentoo/arch/x86/include - Iarch/x86/include/generated -Iinclude -include

Re: [gentoo-dev] Kernel calls gcc directly: fine?

2012-08-12 Thread Jeroen Roovers
On Sun, 12 Aug 2012 16:19:59 +0200 Agostino Sarubbo a...@gentoo.org wrote: If you try to launch make V=1 from the kernel source directory you will see: snip So it calls gcc directly. Yes. That is called a default. Set CC on the make command line or set CONFIG_CROSS_COMPILE through make

Re: [gentoo-dev] Kernel calls gcc directly: fine?

2012-08-12 Thread Doug Goldstein
On Sun, Aug 12, 2012 at 9:19 AM, Agostino Sarubbo a...@gentoo.org wrote: If you try to launch make V=1 from the kernel source directory you will see: gcc -Wp,-MD,scripts/mod/.empty.o.d -nostdinc -isystem /usr/lib/gcc/x86_64- pc-linux-gnu/4.5.3/include