diff options
Diffstat (limited to 'gcc/config/sh/symbian-pre.h')
-rw-r--r-- | gcc/config/sh/symbian-pre.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/symbian-pre.h b/gcc/config/sh/symbian-pre.h index 44fb4a939e2..53e2d92a1df 100644 --- a/gcc/config/sh/symbian-pre.h +++ b/gcc/config/sh/symbian-pre.h @@ -30,7 +30,7 @@ #define SUBTARGET_CPP_SPEC "" /* Get tree.c to declare merge_dllimport_decl_attributes(). */ -#define TARGET_DLLIMPORT_DECL_ATTRIBUTES +#define TARGET_DLLIMPORT_DECL_ATTRIBUTES 1 /* The Symbian OS currently does not support exception handling. */ #define SUBTARGET_CC1PLUS_SPEC "-fno-exceptions" |