mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Add -mieee to SH sysdep-CFLAGS for older SH compilers.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* sysdeps/sh/sh4/Makefile: New file.
|
||||
|
||||
2014-01-27 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* math/gen-libm-test.pl ($srcdir): New variable.
|
||||
|
||||
3
sysdeps/sh/sh4/Makefile
Normal file
3
sysdeps/sh/sh4/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
# Build everything with full IEEE math support. -mieee isn't
|
||||
# default for the older SH compilers.
|
||||
sysdep-CFLAGS += -mieee
|
||||
Reference in New Issue
Block a user