mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Update to latest upstream version, 0.168. 0.168 removes the eu-ld utility and adds the eu-elfcompress utility. Requested by: emaste@, kib@ Approved by: bapt@ Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9240
55 lines
2.7 KiB
Text
55 lines
2.7 KiB
Text
--- tests/Makefile.am.orig 2016-12-25 13:36:55 UTC
|
|
+++ tests/Makefile.am
|
|
@@ -382,7 +382,7 @@ libasm = -lasm
|
|
libebl = -lebl
|
|
else !STANDALONE
|
|
if BUILD_STATIC
|
|
-libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl
|
|
+libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl)
|
|
libelf = ../libelf/libelf.a -lz
|
|
libasm = ../libasm/libasm.a
|
|
else
|
|
@@ -425,27 +425,27 @@ funcretval_LDADD = $(libdw) $(argp_LDADD
|
|
allregs_LDADD = $(libdw) $(argp_LDADD)
|
|
find_prologues_LDADD = $(libdw) $(argp_LDADD)
|
|
#show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf)
|
|
-asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
|
|
-dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl
|
|
+asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
+dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD)
|
|
rdwrmmap_LDADD = $(libelf)
|
|
-dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) -ldl
|
|
+dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf)
|
|
arls_LDADD = $(libelf)
|
|
-dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) -ldl
|
|
-dwfl_bug_report_LDADD = $(libdw) $(libebl) $(libelf) -ldl
|
|
-dwfl_bug_getmodules_LDADD = $(libdw) $(libebl) $(libelf) -ldl
|
|
-dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl
|
|
+dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf)
|
|
+dwfl_bug_report_LDADD = $(libdw) $(libebl) $(libelf)
|
|
+dwfl_bug_getmodules_LDADD = $(libdw) $(libebl) $(libelf)
|
|
+dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD)
|
|
dwarf_getmacros_LDADD = $(libdw)
|
|
dwarf_ranges_LDADD = $(libdw)
|
|
dwarf_getstring_LDADD = $(libdw)
|
|
-addrcfi_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl
|
|
+addrcfi_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD)
|
|
test_flag_nobits_LDADD = $(libelf)
|
|
rerequest_tag_LDADD = $(libdw)
|
|
alldts_LDADD = $(libdw) $(libelf)
|