pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/arm-trusted-firmware-sun50i-h6



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 16:26:53 UTC 2018

Modified Files:
        pkgsrc/sysutils/arm-trusted-firmware-sun50i-h6: Makefile

Log Message:
arm-trusted-firmware-sun50i-h6: build fix


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/sysutils/arm-trusted-firmware-sun50i-h6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/arm-trusted-firmware-sun50i-h6/Makefile
diff -u pkgsrc/sysutils/arm-trusted-firmware-sun50i-h6/Makefile:1.1 pkgsrc/sysutils/arm-trusted-firmware-sun50i-h6/Makefile:1.2
--- pkgsrc/sysutils/arm-trusted-firmware-sun50i-h6/Makefile:1.1 Sat May 26 17:51:33 2018
+++ pkgsrc/sysutils/arm-trusted-firmware-sun50i-h6/Makefile     Sat Sep 29 16:26:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/26 17:51:33 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/29 16:26:53 tnn Exp $
 
 VERSION=       20180207
 GITHUB_PROJECT=        arm-trusted-firmware
@@ -25,6 +25,12 @@ BUILD_TARGET=        bl31
 
 BUILD_DEPENDS+=        cross-aarch64-none-elf-gcc-[0-9]*:../../cross/aarch64-none-elf-gcc
 
+.include "../../mk/bsd.prefs.mk"
+# XXX kludge. pkgsrc passes down run path flags in LDFLAGS but the
+# cross ld(1) doesn't understand -R. If we pass down -L instead it
+# will be safely ignored.
+COMPILER_RPATH_FLAG=-L
+       
 do-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/arm-trusted-firmware/sun50i-h6
        ${INSTALL_DATA} ${WRKSRC}/build/sun50i_h6/debug/bl31.bin \



Home | Main Index | Thread Index | Old Index