pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1
Module Name: pkgsrc
Committed By: jmcneill
Date: Sun Feb 18 16:11:39 UTC 2018
Modified Files:
pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1: distinfo
pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/patches: patch-Makefile
Log Message:
Restore LDFLAGS change lost in last update
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-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-sun50iw1p1/distinfo
diff -u pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo:1.2 pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo:1.3
--- pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo:1.2 Sun Feb 18 11:33:53 2018
+++ pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo Sun Feb 18 16:11:39 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2018/02/18 11:33:53 jmcneill Exp $
+$NetBSD: distinfo,v 1.3 2018/02/18 16:11:39 jmcneill Exp $
SHA1 (arm-trusted-firmware-sun50iw1p1-20180111-ae78724247a01560164d607ed66db111c74d8df0.zip) = 4c125386cd4dfd35056ef730b412b80a6a3d3a3d
RMD160 (arm-trusted-firmware-sun50iw1p1-20180111-ae78724247a01560164d607ed66db111c74d8df0.zip) = fb0d8ac5a7f41cc30b360e5af3ba7af5c49aed15
SHA512 (arm-trusted-firmware-sun50iw1p1-20180111-ae78724247a01560164d607ed66db111c74d8df0.zip) =
df0464cec3c43ef9530e4c3dee5686bfb5422acbb7ed61901535a33ec07fd3b6fc112848127dd17913723ee5eca17cc51ec9beb4b37645c0b5e7f8d6f70e4d5b
Size (arm-trusted-firmware-sun50iw1p1-20180111-ae78724247a01560164d607ed66db111c74d8df0.zip) = 1067078 bytes
-SHA1 (patch-Makefile) = 7be890fc9ad1a1a36c9af93d017beb326b73c859
+SHA1 (patch-Makefile) = f16622a17a4f6aa3f0c339c35e87f8d889c6d7aa
Index: pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile
diff -u pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile:1.2 pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile:1.3
--- pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile:1.2 Sun Feb 18 11:33:53 2018
+++ pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile Sun Feb 18 16:11:39 2018
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.2 2018/02/18 11:33:53 jmcneill Exp $
+$NetBSD: patch-Makefile,v 1.3 2018/02/18 16:11:39 jmcneill Exp $
--- Makefile.orig 2018-01-12 01:19:46.000000000 +0000
+++ Makefile
@@ -13,3 +13,12 @@ $NetBSD: patch-Makefile,v 1.2 2018/02/18
HELP_PLATFORMS := $(shell echo ${PLATFORMS} | sed 's/ /|/g')
# Convenience function for adding build definitions
+@@ -232,7 +232,7 @@ CFLAGS += -nostdinc -pedantic -ffrees
+ -mgeneral-regs-only -std=c99 -c -Os \
+ ${DEFINES} ${INCLUDES}
+ CFLAGS += -ffunction-sections -fdata-sections
+-LDFLAGS += --fatal-warnings -O1
++LDFLAGS = --fatal-warnings -O1
+ LDFLAGS += --gc-sections
+ LDFLAGS += $(if $(shell $(LD) -v --fix-cortex-a53-843419 > /dev/null 2>&1 && echo 1),--fix-cortex-a53-843419)
+
Home |
Main Index |
Thread Index |
Old Index