summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2018-02-18 16:11:39 +0000
committerjmcneill <jmcneill@pkgsrc.org>2018-02-18 16:11:39 +0000
commit64ba42b466cf8b3bd123f0423fe98c223aa61b03 (patch)
treea66539a5a120970af9b399be341f6a617f516e5f /sysutils
parente360b96a9ccd0e365b78f71e3348f0ab98df1cb3 (diff)
downloadpkgsrc-64ba42b466cf8b3bd123f0423fe98c223aa61b03.tar.gz
Restore LDFLAGS change lost in last update
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/arm-trusted-firmware-sun50iw1p1/distinfo4
-rw-r--r--sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile11
2 files changed, 12 insertions, 3 deletions
diff --git a/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo b/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo
index ec96b7c0838..c10ed9d514f 100644
--- a/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo
+++ b/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo
@@ -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
diff --git a/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile b/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile
index e8488e2899e..ddf45e6b5bc 100644
--- a/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile
+++ b/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile
@@ -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 11:33:53 jmcneill Exp $
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)
+