diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2019-04-02 07:40:30 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2019-04-02 07:40:30 +0000 |
commit | 381a3c757ffad4e6b7bcfab3b4be1b88856acad9 (patch) | |
tree | eb24f426df67370979ca82107ea3526a28daefe2 /gcc/config/sparc/sol2.h | |
parent | b8b137fb522e093dd6ae49ebace7dc3f5ff8a8ae (diff) | |
download | gcc-381a3c757ffad4e6b7bcfab3b4be1b88856acad9.zip gcc-381a3c757ffad4e6b7bcfab3b4be1b88856acad9.tar.gz gcc-381a3c757ffad4e6b7bcfab3b4be1b88856acad9.tar.bz2 |
linux64.h (ASAN_REJECT_SPEC): New macro.
* config/sparc/linux64.h (ASAN_REJECT_SPEC): New macro.
(ASAN_CC1_SPEC): Use it in 64-bit mode.
* config/sparc/sol2.h (ASAN_REJECT_SPEC): Remove superfluous colon.
From-SVN: r270075
Diffstat (limited to 'gcc/config/sparc/sol2.h')
-rw-r--r-- | gcc/config/sparc/sol2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index c78661f..9340475 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -324,7 +324,7 @@ extern const char *host_detect_local_cpu (int argc, const char **argv); /* -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") /* Register the Solaris-specific #pragma directives. */ |