From ebd98cb83ec3e37032575381a2973f7892723fbc Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 4 Oct 2018 15:22:02 -0700 Subject: Add m4, make, one-true-awk, toybox to build-tools Bison is currently using `m4` from the host system, pull the source in here so that we can create a prebuilt to use instead. Make is being used by a number of tools still (kernels, bootlaoders, etc). In the short/medium term people are still going to be building them in platform builds. So may as well make them hermetic. Adding awk and toybox are the next step in providing a hermetic build environment by using prebuilts for some common host commands instead of relying on the system-provided ones. Also rearranges the target list, pulling bison, flex, and kati from dependencies into the target section, since we're distributing things from them. Test: treehugger Change-Id: I1f69c977150ec6cecd0ba3a85ce0e73029e393c2 --- default.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'default.xml') diff --git a/default.xml b/default.xml index 90d5648ba..c1caec4dc 100644 --- a/default.xml +++ b/default.xml @@ -13,7 +13,6 @@ - @@ -47,12 +46,10 @@ - - @@ -69,11 +66,18 @@ - - + + + + + + + + + -- cgit v1.2.3