Use gcc 4.9.2 to cross-compile u-boot for pandaboard.

Approved by:	rpaulo
This commit is contained in:
Ian Lepore 2015-08-09 01:47:54 +00:00
parent 6324336f70
commit 05abf7c1a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393755

View File

@ -11,7 +11,9 @@ COMMENT= Cross-build U-Boot loader for PandaBoard
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: