* config/sol2.h (LIBTSAN_EARLY_SPEC): Remove : after %e.
(LIBLSAN_EARLY_SPEC): Likewise.
* config/i386/sol2.h (ASAN_REJECT_SPEC): Likewise.
From-SVN: r271410
+2019-05-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * config/sol2.h (LIBTSAN_EARLY_SPEC): Remove : after %e.
+ (LIBLSAN_EARLY_SPEC): Likewise.
+ * config/i386/sol2.h (ASAN_REJECT_SPEC): Likewise.
+
2019-05-20 Martin Liska <mliska@suse.cz>
* config/i386/i386.c (ix86_libc_has_fast_function):
/* -fsanitize=address is currently only supported for 32-bit. */
#define ASAN_REJECT_SPEC \
- DEF_ARCH64_SPEC("%e:-fsanitize=address is not supported in this configuration")
+ DEF_ARCH64_SPEC("%e-fsanitize=address is not supported in this configuration")
#undef NO_PROFILE_COUNTERS
/* Error out on -fsanitize=thread|leak. */
#define LIBTSAN_EARLY_SPEC "\
- %e:-fsanitize=thread is not supported in this configuration"
+ %e-fsanitize=thread is not supported in this configuration"
#define LIBLSAN_EARLY_SPEC "\
- %e:-fsanitize=leak is not supported in this configuration"
+ %e-fsanitize=leak is not supported in this configuration"
/* We don't use the standard svr4 STARTFILE_SPEC because it's wrong for us. */
#undef STARTFILE_SPEC