svn commit: r393755 - head/sysutils/u-boot-pandaboard
Ian Lepore
ian at FreeBSD.org
Sun Aug 9 01:47:55 UTC 2015
Author: ian (src committer)
Date: Sun Aug 9 01:47:54 2015
New Revision: 393755
URL: https://svnweb.freebsd.org/changeset/ports/393755
Log:
Use gcc 4.9.2 to cross-compile u-boot for pandaboard.
Approved by: rpaulo
Modified:
head/sysutils/u-boot-pandaboard/Makefile
Modified: head/sysutils/u-boot-pandaboard/Makefile
==============================================================================
--- head/sysutils/u-boot-pandaboard/Makefile Sun Aug 9 01:46:46 2015 (r393754)
+++ head/sysutils/u-boot-pandaboard/Makefile Sun Aug 9 01:47:54 2015 (r393755)
@@ -11,7 +11,9 @@ COMMENT= Cross-build U-Boot loader for P
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:
More information about the svn-ports-head
mailing list