diff options
Diffstat (limited to 'sysdeps/sh/sh4/dl-trampoline.S')
-rw-r--r-- | sysdeps/sh/sh4/dl-trampoline.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/sh/sh4/dl-trampoline.S b/sysdeps/sh/sh4/dl-trampoline.S index f9529851a1..bd9bb7e5bd 100644 --- a/sysdeps/sh/sh4/dl-trampoline.S +++ b/sysdeps/sh/sh4/dl-trampoline.S @@ -1,2 +1,4 @@ -#define HAVE_FPU +#ifdef __SH_FPU_ANY__ +# define HAVE_FPU +#endif #include <sysdeps/sh/dl-trampoline.S> |