* CC=kgcc incomplete in 2.4.0-test11-ac1
@ 2000-11-21 16:03 William Stearns
2000-11-21 16:11 ` Brian Gerst
0 siblings, 1 reply; 2+ messages in thread
From: William Stearns @ 2000-11-21 16:03 UTC (permalink / raw)
To: Cox, Alan -- Alan Cox, Alan Cox; +Cc: ML-linux-kernel
Good day, Alan,
A kernel build with your latest prepatch still seems to use gcc
to compile some of the auxiliary tools:
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer gentbl.c -o gentbl -lm
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o conmakehash conmakehash.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o gen-devlist gen-devlist.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o tools/build tools/build.c -I/usr/src/linux-2.4.0/include
Do any of the above tools need to use kgcc as well, or is gcc
likely to work just fine?
Cheers,
- Bill
---------------------------------------------------------------------------
"Nynex. Iroquois for Moron"
-- A well-known Linux kernel hacker.
--------------------------------------------------------------------------
William Stearns (wstearns@pobox.com). Mason, Buildkernel, named2hosts,
and ipfwadm2ipchains are at: http://www.pobox.com/~wstearns
LinuxMonth; articles for Linux Enthusiasts! http://www.linuxmonth.com
--------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: CC=kgcc incomplete in 2.4.0-test11-ac1
2000-11-21 16:03 CC=kgcc incomplete in 2.4.0-test11-ac1 William Stearns
@ 2000-11-21 16:11 ` Brian Gerst
0 siblings, 0 replies; 2+ messages in thread
From: Brian Gerst @ 2000-11-21 16:11 UTC (permalink / raw)
To: William Stearns; +Cc: linux-kernel
William Stearns wrote:
>
> Good day, Alan,
> A kernel build with your latest prepatch still seems to use gcc
> to compile some of the auxiliary tools:
>
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer gentbl.c -o gentbl -lm
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o conmakehash conmakehash.c
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o gen-devlist gen-devlist.c
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o tools/build tools/build.c -I/usr/src/linux-2.4.0/include
>
> Do any of the above tools need to use kgcc as well, or is gcc
> likely to work just fine?
> Cheers,
> - Bill
The userspace tools should be fine with the newer gcc. It is set up
this way so that the userspace tools use the native compiler when
cross-compiling. If you're really paranoid, set HOSTCC=kgcc as well.
--
Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-21 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-21 16:03 CC=kgcc incomplete in 2.4.0-test11-ac1 William Stearns
2000-11-21 16:11 ` Brian Gerst
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®