diff options
-rw-r--r-- | include/libc-symbols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h index f34aee46a..0b1dc1ec3 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -257,7 +257,7 @@ /* When a reference to SYMBOL is encountered, the linker will emit a warning message MSG. */ -#ifdef __cris__ +#if defined(__cris__) || defined(__vax__) # define link_warning(symbol, msg) #else # define link_warning(symbol, msg) \ |