From e236fe481e5f8c4cd4984f39dc37dbf19c8d8eda Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 30 Jun 2013 21:29:03 +0200 Subject: toolchain: switch to using gcc through package infrastructure Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- toolchain/toolchain-buildroot.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'toolchain/toolchain-buildroot.mk') diff --git a/toolchain/toolchain-buildroot.mk b/toolchain/toolchain-buildroot.mk index a8dd58b31..b2eb9deb2 100644 --- a/toolchain/toolchain-buildroot.mk +++ b/toolchain/toolchain-buildroot.mk @@ -1,4 +1,9 @@ # Include files required for the internal toolchain backend -include toolchain/gcc/gcc-uclibc-4.x.mk include toolchain/uClibc/uclibc.mk + +# Triggerring the build of the host-gcc-final will automaticaly do the +# build of binutils, uClibc, kernel headers and all the intermediate +# gcc steps. + +toolchain-buildroot: host-gcc-final -- cgit v1.2.3