diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-21 13:49:41 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-21 13:49:41 +0000 |
commit | 3208be4eb7d6862a8c97b2124187efb9361dce88 (patch) | |
tree | 4b4a75009f2637338cb4f4aeec9ce502add346fb /sysutils/u-boot-utilite/Makefile | |
parent | e7f80c44dd748dbffa9888b13e501f16041a9e3f (diff) | |
download | ports-3208be4eb7d6862a8c97b2124187efb9361dce88.tar.gz ports-3208be4eb7d6862a8c97b2124187efb9361dce88.zip |
Notes
Diffstat (limited to 'sysutils/u-boot-utilite/Makefile')
-rw-r--r-- | sysutils/u-boot-utilite/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/u-boot-utilite/Makefile b/sysutils/u-boot-utilite/Makefile index bf371e027845..94e0ac8bc179 100644 --- a/sysutils/u-boot-utilite/Makefile +++ b/sysutils/u-boot-utilite/Makefile @@ -2,7 +2,7 @@ PORTNAME= u-boot PORTVERSION= 2015.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/:source1 \ http://www.compulab.co.il/wp-content/uploads/2015/10/:source2 @@ -15,9 +15,9 @@ COMMENT= Cross-build U-Boot loader for Utilite (and Utilite Pro) LICENSE= GPLv2 -BUILD_DEPENDS= ${CROSS_GCC}:devel/arm-none-eabi-gcc +BUILD_DEPENDS= ${CROSS_GCC}:devel/arm-none-eabi-gcc492 -CROSS_GCC= arm-none-eabi-gcc +CROSS_GCC= arm-none-eabi-gcc-4.9.2 EXTRA_PATCHES= ${WRKDIR}/cm-fx6-u-boot/u-boot/u-boot-2015.07-cm-fx6-3.patch:-p1 |