From 7fa6fccfee539121fdfcb0595a9881774009fd6c Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 27 Oct 2016 21:08:56 +0000 Subject: Include runtime dependency of eabi arm gcc port. --- sysutils/u-boot-master/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils') diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index a5a31f569c5..473769c81b8 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -14,6 +14,8 @@ COMMENT= Cross-build das u-boot for ${MODEL} LICENSE= GPLv2 +BUILD_DEPENDS= arm-none-eabi-gcc:devel/arm-none-eabi-gcc + USES= gmake USE_GITHUB= yes -- cgit