Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2004 15:06:41 +0100
From:      Max Laier <max@love2party.net>
To:        Harald Schmalzbauer <h@schmalzbauer.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: NO_TOOLCHAIN really working?
Message-ID:  <20040315140641.GA67833@router.laiers.local>
In-Reply-To: <200403151444.19971.h@schmalzbauer.de>
References:  <200403151444.19971.h@schmalzbauer.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org
Max Laier				| ICQ #67774661
http://pf4freebsd.love2party.net/	| mlaier@EFnet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040315140641.GA67833>