Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config remove remaining mudflap bits



details:   https://anonhg.NetBSD.org/src/rev/1b42f07a7366
branches:  trunk
changeset: 344159:1b42f07a7366
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 16 05:33:16 2016 +0000

description:
remove remaining mudflap bits

diffstat:

 external/gpl3/gcc/dist/gcc/config/netbsd-elf.h |  5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diffs (14 lines):

diff -r 7ad199d53a98 -r 1b42f07a7366 external/gpl3/gcc/dist/gcc/config/netbsd-elf.h
--- a/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h    Wed Mar 16 05:32:09 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h    Wed Mar 16 05:33:16 2016 +0000
@@ -92,10 +92,5 @@
 #define USE_LD_AS_NEEDED 1
 #endif
 
-#define MFLIB_SPEC " %{fmudflap: -export-dynamic -lmudflap \
- %{static:%(link_gcc_c_sequence) -lmudflap}} \
- %{fmudflapth: -export-dynamic -lmudflapth -lpthread \
- %{static:%(link_gcc_c_sequence) -lmudflapth}} "
-
 #undef TARGET_UNWIND_TABLES_DEFAULT
 #define TARGET_UNWIND_TABLES_DEFAULT true



Home | Main Index | Thread Index | Old Index