diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2014-01-28 09:03:14 +0900 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2014-01-28 09:03:14 +0900 |
commit | feab23972794e4d43da27e9c2c9521511d60d818 (patch) | |
tree | 5e318df201b9176eb09fd4a96ed319ba7c7d505d /sysdeps/sh | |
parent | 31629ac8633759b0e3d6e974b11b70425010d1d3 (diff) | |
download | glibc-feab23972794e4d43da27e9c2c9521511d60d818.zip glibc-feab23972794e4d43da27e9c2c9521511d60d818.tar.gz glibc-feab23972794e4d43da27e9c2c9521511d60d818.tar.bz2 |
Add -mieee to SH sysdep-CFLAGS for older SH compilers.
Diffstat (limited to 'sysdeps/sh')
-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 0000000..ccac914 --- /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 |