diff options
Diffstat (limited to 'gcc/config/mips/netbsd.h')
-rw-r--r-- | gcc/config/mips/netbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h index 5537782..0d721bc 100644 --- a/gcc/config/mips/netbsd.h +++ b/gcc/config/mips/netbsd.h @@ -39,6 +39,9 @@ Boston, MA 02111-1307, USA. */ if (TARGET_LONG64) \ builtin_define ("__LONG64"); \ \ + if (TARGET_ABICALLS) \ + builtin_define ("__ABICALLS__"); \ + \ if (mips_abi == ABI_EABI) \ builtin_define ("__mips_eabi"); \ else if (mips_abi == ABI_N32) \ |