mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Add Make.files for all architectures.
This commit is contained in:
parent
5e08d588a9
commit
00e0e7e5ee
5 changed files with 5 additions and 0 deletions
1
arm/Make.files
Normal file
1
arm/Make.files
Normal file
|
@ -0,0 +1 @@
|
|||
$(CUR_SRCS) = fenv.c
|
1
ia64/Make.files
Normal file
1
ia64/Make.files
Normal file
|
@ -0,0 +1 @@
|
|||
$(CUR_SRCS) = fenv.c s_fma.S s_fmaf.S s_fmal.S
|
1
mips/Make.files
Normal file
1
mips/Make.files
Normal file
|
@ -0,0 +1 @@
|
|||
$(CUR_SRCS) = fenv.c
|
1
powerpc/Make.files
Normal file
1
powerpc/Make.files
Normal file
|
@ -0,0 +1 @@
|
|||
$(CUR_SRCS) = fenv.c
|
1
sparc64/Make.files
Normal file
1
sparc64/Make.files
Normal file
|
@ -0,0 +1 @@
|
|||
$(CUR_SRCS) = fenv.c e_sqrt.S e_sqrtf.S
|
Loading…
Reference in a new issue