diff options
Diffstat (limited to 'sysdeps/sh/sh4/Makefile')
-rw-r--r-- | sysdeps/sh/sh4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/sh/sh4/Makefile b/sysdeps/sh/sh4/Makefile new file mode 100644 index 0000000000..ccac91432a --- /dev/null +++ b/sysdeps/sh/sh4/Makefile @@ -0,0 +1,3 @@ +# Build everything with full IEEE math support. -mieee isn't +# default for the older SH compilers. +sysdep-CFLAGS += -mieee |