diff options
Diffstat (limited to 'gcc/config/gnu-user.h')
-rw-r--r-- | gcc/config/gnu-user.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/config/gnu-user.h b/gcc/config/gnu-user.h index 157e147..60eb30d 100644 --- a/gcc/config/gnu-user.h +++ b/gcc/config/gnu-user.h @@ -126,19 +126,3 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see LD_STATIC_OPTION " --whole-archive -ltsan --no-whole-archive " \ LD_DYNAMIC_OPTION "}}%{!static-libtsan:-ltsan}" #endif - -/* Additional libraries needed by -static-libasan. */ -#undef STATIC_LIBASAN_LIBS -#define STATIC_LIBASAN_LIBS "-ldl -lpthread" - -/* Additional libraries needed by -static-libtsan. */ -#undef STATIC_LIBTSAN_LIBS -#define STATIC_LIBTSAN_LIBS "-ldl -lpthread" - -/* Additional libraries needed by -static-liblsan. */ -#undef STATIC_LIBLSAN_LIBS -#define STATIC_LIBLSAN_LIBS "-ldl -lpthread" - -/* Additional libraries needed by -static-libubsan. */ -#undef STATIC_LIBUBSAN_LIBS -#define STATIC_LIBUBSAN_LIBS "-ldl -lpthread" |