diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-02-27 23:18:42 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-02-27 23:18:42 -0500 |
commit | b1683a1d6a4391ffef6ce12be9aa172d0f4f59bc (patch) | |
tree | 52eb1e9245808f14580e892073856b78e606dc13 /src/fenv | |
parent | 5c27c4458f11adaba261353f84bcde4f79f0bdbd (diff) | |
download | musl-b1683a1d6a4391ffef6ce12be9aa172d0f4f59bc.tar.gz musl-b1683a1d6a4391ffef6ce12be9aa172d0f4f59bc.tar.xz musl-b1683a1d6a4391ffef6ce12be9aa172d0f4f59bc.zip |
add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
Diffstat (limited to 'src/fenv')
-rw-r--r-- | src/fenv/sh-nofpu/fenv.sub | 1 | ||||
-rw-r--r-- | src/fenv/sheb-nofpu/fenv.sub | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/fenv/sh-nofpu/fenv.sub b/src/fenv/sh-nofpu/fenv.sub new file mode 100644 index 00000000..9cafca5e --- /dev/null +++ b/src/fenv/sh-nofpu/fenv.sub @@ -0,0 +1 @@ +../fenv.c diff --git a/src/fenv/sheb-nofpu/fenv.sub b/src/fenv/sheb-nofpu/fenv.sub new file mode 100644 index 00000000..9cafca5e --- /dev/null +++ b/src/fenv/sheb-nofpu/fenv.sub @@ -0,0 +1 @@ +../fenv.c |