pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binutils



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Dec 14 16:19:59 UTC 2020

Modified Files:
        pkgsrc/devel/binutils: distinfo
Added Files:
        pkgsrc/devel/binutils/patches: patch-gold_testsuite_Makefile.in

Log Message:
binutils: don't use hard-coded -ldl in the gold test suite.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/binutils/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/binutils/patches/patch-gold_testsuite_Makefile.in

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

Modified files:

Index: pkgsrc/devel/binutils/distinfo
diff -u pkgsrc/devel/binutils/distinfo:1.36 pkgsrc/devel/binutils/distinfo:1.37
--- pkgsrc/devel/binutils/distinfo:1.36 Sun Dec 13 15:42:31 2020
+++ pkgsrc/devel/binutils/distinfo      Mon Dec 14 16:19:59 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2020/12/13 15:42:31 fcambus Exp $
+$NetBSD: distinfo,v 1.37 2020/12/14 16:19:59 fcambus Exp $
 
 SHA1 (binutils-2.35.1.tar.bz2) = df4eb943bf65df4bbbd0a001efcc98113423c5dd
 RMD160 (binutils-2.35.1.tar.bz2) = ed8ad923db716388b83b0234d41abc6beb01c9d6
@@ -8,4 +8,5 @@ SHA1 (patch-bfd_cache.c) = e2d96bad35055
 SHA1 (patch-gold_Makefile.in) = e01d973f9625a1653851f796c123efec37102fbd
 SHA1 (patch-gold_options.h) = cdb27cb5c967a873535ce5c63026c6ace3538fd6
 SHA1 (patch-gold_system.h) = 9b4130b5315763daa66e0a91a8be6d1df0d10344
+SHA1 (patch-gold_testsuite_Makefile.in) = 4babdbb89a989f3f1de66ad44a9603cbd9656f89
 SHA1 (patch-include_safe-ctype.h) = 66e636f8200ff5e9b4bfa0a5aee13cd072a23887

Added files:

Index: pkgsrc/devel/binutils/patches/patch-gold_testsuite_Makefile.in
diff -u /dev/null pkgsrc/devel/binutils/patches/patch-gold_testsuite_Makefile.in:1.1
--- /dev/null   Mon Dec 14 16:19:59 2020
+++ pkgsrc/devel/binutils/patches/patch-gold_testsuite_Makefile.in      Mon Dec 14 16:19:59 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-gold_testsuite_Makefile.in,v 1.1 2020/12/14 16:19:59 fcambus Exp $
+
+Don't use hard-coded -ldl.
+
+--- gold/testsuite/Makefile.in.orig    2020-07-24 09:23:46.000000000 +0000
++++ gold/testsuite/Makefile.in
+@@ -2794,7 +2794,7 @@ TEST_STRIP = $(top_builddir)/../binutils
+ TEST_AR = $(top_builddir)/../binutils/ar
+ TEST_NM = $(top_builddir)/../binutils/nm-new
+ TEST_AS = $(top_builddir)/../gas/as-new
+-@PLUGINS_TRUE@LIBDL = -ldl
++@PLUGINS_TRUE@LIBDL = ${DL_LDFLAGS}
+ @THREADS_TRUE@THREADFLAGS = @PTHREAD_CFLAGS@
+ @THREADS_TRUE@THREADLIBS = @PTHREAD_LIBS@
+ @OMP_SUPPORT_TRUE@TLS_TEST_C_CFLAGS = -fopenmp



Home | Main Index | Thread Index | Old Index