[Buildroot] [PATCHv3 04/20] toolchain: introduce a virtual package

Fabio Porcedda fabio.porcedda at gmail.com
Wed Oct 9 08:26:56 UTC 2013


Hi Thomas,

On Tue, Oct 8, 2013 at 8:17 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> [...]
>  prepare: $(BUILD_DIR)/buildroot-config/auto.conf
>
> -toolchain: prepare dirs dependencies $(BASE_TARGETS)
> -
> -world: toolchain $(TARGETS_ALL)
> +world: $(BASE_TARGETS) $(TARGETS_ALL)

Why do you change that? It seems to me better to use the "toolchain"
target as dependency instead of $(BASE_TARGETS)
IMHO  $(BASE_TARGETS) is an implementation detail of the new toolchain
virtual package so it's better to use inside the new toolchain virtual
package.

> [...]

Best regards
-- 
Fabio Porcedda



More information about the buildroot mailing list