NO_TOOLCHAIN really working?

Max Laier max at love2party.net
Mon Mar 15 06:00:05 PST 2004


On Mon, Mar 15, 2004 at 02:44:14PM +0100, Harald Schmalzbauer wrote:
> Dear all,
> 
> I'm currently building -current for an embedded system and have the
> following line in my make.conf:
> NO_TOOLCHAIN=yes

This makes sure that you do not build or install:
gnu/usr.bin/{cc, binutils}, usr.bin/{c89, c99, gprof, lex, xlint, yacc}
 
> Why do I see those lines while make buildworld?

This might be from the bootstrap stage? The switch affects the final stage
only.

> cc -Os -pipe -DIN_GCC -DHAVE_CONFIG_H 
<...>
> -c /usr/src/contrib/gcc/combine.c

> And what is the include tree good for if I don't want to have gcc at all?

That depends on the situation, but I don't think it's too much of a problem
to rm the include tree before writing to your flash.

-- 
Best regards,				| mlaier at freebsd.org
Max Laier				| ICQ #67774661
http://pf4freebsd.love2party.net/	| mlaier at EFnet


More information about the freebsd-current mailing list