bit shift was left, of course, write in comment what code really does!
[AROS.git] / arch / x86_64-all / stdc / mmakefile.src
blobeb1950919706ab235d1135b6d0fe7850f530f103
1 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 USER_AFLAGS     := -I$(GENINCDIR)
8 STDC_X8664_FILES := \
9     fenv
11 STDC_X8664_ASMFILES := \
12     longjmp \
13     setjmp
15 # Add replacement math functions ..
16 STDC_X8664_ASMFILES += \
17     math/e_fmod \
18     math/e_fmodf \
19     math/e_fmodl \
20     math/e_remainder \
21     math/e_remainderf \
22     math/e_remainderl \
23     math/e_sqrt \
24     math/e_sqrtf \
25     math/e_sqrtl \
26     math/s_llrint \
27     math/s_llrintf \
28     math/s_llrintl \
29     math/s_logbl \
30     math/s_lrint \
31     math/s_lrintf \
32     math/s_lrintl \
33     math/s_remquo \
34     math/s_remquof \
35     math/s_remquol \
36     math/s_rintl \
37     math/s_scalbn \
38     math/s_scalbnf \
39     math/s_scalbnl
41 %build_archspecific \
42   mainmmake=compiler-stdc \
43   modname=stdc maindir=compiler/stdc \
44   arch=x86_64 \
45   files="$(STDC_X8664_FILES)" asmfiles="$(STDC_X8664_ASMFILES)"
47 #MM compiler-stdc-x86_64 : includes-asm_h-x86_64