Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot Add mipsel support to sysutils/u-boot.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8818cc2402be
branches:  trunk
changeset: 434672:8818cc2402be
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Sat Jun 20 14:38:13 2020 +0000

description:
Add mipsel support to sysutils/u-boot.

diffstat:

 sysutils/u-boot/u-boot-mipsel.mk |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r a18e34ee8b3e -r 8818cc2402be sysutils/u-boot/u-boot-mipsel.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/u-boot-mipsel.mk  Sat Jun 20 14:38:13 2020 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: u-boot-mipsel.mk,v 1.1 2020/06/20 14:38:13 thorpej Exp $
+
+MAINTAINER=    port-mips%NetBSD.org@localhost
+TOOL_DEPENDS+= cross-mipsel-none-elf-gcc-[0-9]*:../../cross/mipsel-none-elf-gcc
+
+UBOOT_ENV+=    CROSS_COMPILE=${PREFIX}/cross-mipsel-none-elf/bin/mipsel-none-elf-
+
+.include "u-boot.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index