PERFORCE change 222411 for review

Brooks Davis brooks at FreeBSD.org
Tue Feb 26 22:25:21 UTC 2013


http://p4web.freebsd.org/@@222411?ac=10

Change 222411 by brooks at brooks_zenith on 2013/02/26 22:25:07

	Add -B${WORLDTMP}/usr/bin to the cross compiler flags when using
	an external compiler.  With this change arm worlds cross build.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/Makefile.inc1#7 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/Makefile.inc1#7 (text+ko) ====

@@ -293,7 +293,7 @@
 WMAKE_COMPILER_TYPE=	clang
 .endif
 .if ${XCC:M/*}
-XFLAGS=		--sysroot=${WORLDTMP}
+XFLAGS=		--sysroot=${WORLDTMP} -B${WORLDTMP}/usr/bin
 .if ${TARGET_ARCH} != ${MACHINE_ARCH} && ${WMAKE_COMPILER_TYPE} == "clang"
 .if (${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "armv6") && \
 ${MK_ARM_EABI} != "no"


More information about the p4-projects mailing list