pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/arm-trusted-firmware-sun50iw1p1 Restore LDFLA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b36f9e341dc
branches:  trunk
changeset: 375648:1b36f9e341dc
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Feb 18 16:11:39 2018 +0000

description:
Restore LDFLAGS change lost in last update

diffstat:

 sysutils/arm-trusted-firmware-sun50iw1p1/distinfo               |   4 +-
 sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile |  11 +++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r e3318a3e4798 -r 1b36f9e341dc sysutils/arm-trusted-firmware-sun50iw1p1/distinfo
--- a/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo Sun Feb 18 14:58:08 2018 +0000
+++ b/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo Sun Feb 18 16:11:39 2018 +0000
@@ -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 -r e3318a3e4798 -r 1b36f9e341dc sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile
--- a/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile   Sun Feb 18 14:58:08 2018 +0000
+++ b/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile   Sun Feb 18 16:11:39 2018 +0000
@@ -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 @@
  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