diff options
Diffstat (limited to 'gcc/config/rx/rx.h')
-rw-r--r-- | gcc/config/rx/rx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/rx/rx.h b/gcc/config/rx/rx.h index bec7249..8262f0b 100644 --- a/gcc/config/rx/rx.h +++ b/gcc/config/rx/rx.h @@ -619,10 +619,6 @@ extern int rx_float_compare_mode; #define ARG_POINTER_CFA_OFFSET(FNDECL) 4 #define FRAME_POINTER_CFA_OFFSET(FNDECL) 4 -/* Translate -nofpu into -mnofpu so that it gets passed from gcc to cc1. */ -#define TARGET_OPTION_TRANSLATE_TABLE \ - {"-nofpu", "-mnofpu" } - #define TARGET_USE_FPU (! TARGET_NO_USE_FPU) /* This macro is used to decide when RX FPU instructions can be used. */ |