diff options
author | Ian Lepore <ian@FreeBSD.org> | 2015-08-09 01:46:46 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2015-08-09 01:46:46 +0000 |
commit | 6324336f700046833987f87ba3fbf951791d2228 (patch) | |
tree | c469b258cc705c78d1084fe4fdd4babb1a78943e /sysutils/u-boot-duovero | |
parent | 38b5b806e1483d48370b6ab477d9edceb7f59fef (diff) | |
download | ports-6324336f700046833987f87ba3fbf951791d2228.tar.gz ports-6324336f700046833987f87ba3fbf951791d2228.zip |
Notes
Diffstat (limited to 'sysutils/u-boot-duovero')
-rw-r--r-- | sysutils/u-boot-duovero/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/u-boot-duovero/Makefile b/sysutils/u-boot-duovero/Makefile index 07df0a0a7e77..851c6b44fd6d 100644 --- a/sysutils/u-boot-duovero/Makefile +++ b/sysutils/u-boot-duovero/Makefile @@ -11,7 +11,9 @@ COMMENT= Cross-build U-Boot loader for Duovero LICENSE= GPLv2 -BUILD_DEPENDS= arm-none-eabi-gcc:${PORTSDIR}/devel/arm-none-eabi-gcc +BUILD_DEPENDS= ${CROSS_GCC}:${PORTSDIR}/devel/arm-none-eabi-gcc492 + +CROSS_GCC= arm-none-eabi-gcc-4.9.2 NO_ARCH= yes @@ -25,6 +27,7 @@ PLIST_FILES= ${U_BOOT_DIR}/u-boot.img \ ${U_BOOT_DIR}/README MAKE_ARGS+= ARCH=arm \ + CC=${CROSS_GCC} \ CROSS_COMPILE=arm-none-eabi- do-configure: |