pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Sat Jun 20 14:38:13 UTC 2020

Added Files:
        pkgsrc/sysutils/u-boot: u-boot-mipsel.mk

Log Message:
Add mipsel support to sysutils/u-boot.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot/u-boot-mipsel.mk

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

Added files:

Index: pkgsrc/sysutils/u-boot/u-boot-mipsel.mk
diff -u /dev/null pkgsrc/sysutils/u-boot/u-boot-mipsel.mk:1.1
--- /dev/null   Sat Jun 20 14:38:13 2020
+++ pkgsrc/sysutils/u-boot/u-boot-mipsel.mk     Sat Jun 20 14:38:13 2020
@@ -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