- Timestamp:
- Oct 21, 2007 9:12:03 PM (17 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r5423 r5424 574 574 common/misc/sanity-c.c \ 575 575 \ 576 math/ceill.asm \577 math/cosl.asm \578 math/fabs.asm \579 math/fabsf.asm \580 math/fabsl.asm \581 math/floor.asm \582 math/floorf.asm \583 math/floorl.asm \584 math/ldexpl.asm \585 math/llrint.asm \586 math/llrintf.asm \587 math/llrintl.asm \588 math/logl.asm \589 math/lrint.asm \590 math/lrintf.asm \591 math/lrintl.asm \592 math/remainder.asm \593 math/remainderf.asm \594 math/remainderl.asm \595 math/sinl.asm \596 math/tanl.asm \597 math/trunc.asm \598 math/truncf.asm \599 math/truncl.asm \576 common/math/ceill.asm \ 577 common/math/cosl.asm \ 578 common/math/fabs.asm \ 579 common/math/fabsf.asm \ 580 common/math/fabsl.asm \ 581 common/math/floor.asm \ 582 common/math/floorf.asm \ 583 common/math/floorl.asm \ 584 common/math/ldexpl.asm \ 585 common/math/llrint.asm \ 586 common/math/llrintf.asm \ 587 common/math/llrintl.asm \ 588 common/math/logl.asm \ 589 common/math/lrint.asm \ 590 common/math/lrintf.asm \ 591 common/math/lrintl.asm \ 592 common/math/remainder.asm \ 593 common/math/remainderf.asm \ 594 common/math/remainderl.asm \ 595 common/math/sinl.asm \ 596 common/math/tanl.asm \ 597 common/math/trunc.asm \ 598 common/math/truncf.asm \ 599 common/math/truncl.asm \ 600 600 \ 601 601 common/misc/setjmp.asm \ … … 616 616 617 617 RuntimeR3NoCRTGCC_SOURCES.x86 = \ 618 math/x86/fenv-x86.c \619 math/gcc/adddi3.c \620 math/gcc/anddi3.c \621 math/gcc/ashldi3.c \622 math/gcc/ashrdi3.c \623 math/gcc/cmpdi2.c \624 math/gcc/divdi3.c \625 math/gcc/iordi3.c \626 math/gcc/lshldi3.c \627 math/gcc/lshrdi3.c \628 math/gcc/moddi3.c \629 math/gcc/muldi3.c \630 math/gcc/negdi2.c \631 math/gcc/notdi2.c \632 math/gcc/qdivrem.c \633 math/gcc/subdi3.c \634 math/gcc/ucmpdi2.c \635 math/gcc/udivdi3.c \636 math/gcc/umoddi3.c \637 math/gcc/xordi3.c618 common/math/x86/fenv-x86.c \ 619 common/math/gcc/adddi3.c \ 620 common/math/gcc/anddi3.c \ 621 common/math/gcc/ashldi3.c \ 622 common/math/gcc/ashrdi3.c \ 623 common/math/gcc/cmpdi2.c \ 624 common/math/gcc/divdi3.c \ 625 common/math/gcc/iordi3.c \ 626 common/math/gcc/lshldi3.c \ 627 common/math/gcc/lshrdi3.c \ 628 common/math/gcc/moddi3.c \ 629 common/math/gcc/muldi3.c \ 630 common/math/gcc/negdi2.c \ 631 common/math/gcc/notdi2.c \ 632 common/math/gcc/qdivrem.c \ 633 common/math/gcc/subdi3.c \ 634 common/math/gcc/ucmpdi2.c \ 635 common/math/gcc/udivdi3.c \ 636 common/math/gcc/umoddi3.c \ 637 common/math/gcc/xordi3.c 638 638 639 639 … … 688 688 ifeq ($(filter-out darwin solaris freebsd,$(BUILD_TARGET)),) 689 689 RuntimeR0_SOURCES += \ 690 math/gcc/adddi3.c \691 math/gcc/anddi3.c \692 math/gcc/ashldi3.c \693 math/gcc/ashrdi3.c \694 math/gcc/cmpdi2.c \695 math/gcc/divdi3.c \696 math/gcc/iordi3.c \697 math/gcc/lshldi3.c \698 math/gcc/lshrdi3.c \699 math/gcc/moddi3.c \700 math/gcc/muldi3.c \701 math/gcc/negdi2.c \702 math/gcc/notdi2.c \703 math/gcc/qdivrem.c \704 math/gcc/subdi3.c \705 math/gcc/ucmpdi2.c \706 math/gcc/udivdi3.c \707 math/gcc/umoddi3.c \708 math/gcc/xordi3.c690 common/math/gcc/adddi3.c \ 691 common/math/gcc/anddi3.c \ 692 common/math/gcc/ashldi3.c \ 693 common/math/gcc/ashrdi3.c \ 694 common/math/gcc/cmpdi2.c \ 695 common/math/gcc/divdi3.c \ 696 common/math/gcc/iordi3.c \ 697 common/math/gcc/lshldi3.c \ 698 common/math/gcc/lshrdi3.c \ 699 common/math/gcc/moddi3.c \ 700 common/math/gcc/muldi3.c \ 701 common/math/gcc/negdi2.c \ 702 common/math/gcc/notdi2.c \ 703 common/math/gcc/qdivrem.c \ 704 common/math/gcc/subdi3.c \ 705 common/math/gcc/ucmpdi2.c \ 706 common/math/gcc/udivdi3.c \ 707 common/math/gcc/umoddi3.c \ 708 common/math/gcc/xordi3.c 709 709 endif 710 710 … … 1010 1010 ifeq ($(filter-out darwin solaris freebsd,$(BUILD_TARGET)),) 1011 1011 RuntimeGC_SOURCES += \ 1012 math/gcc/adddi3.c \1013 math/gcc/anddi3.c \1014 math/gcc/ashldi3.c \1015 math/gcc/ashrdi3.c \1016 math/gcc/cmpdi2.c \1017 math/gcc/divdi3.c \1018 math/gcc/iordi3.c \1019 math/gcc/lshldi3.c \1020 math/gcc/lshrdi3.c \1021 math/gcc/moddi3.c \1022 math/gcc/muldi3.c \1023 math/gcc/negdi2.c \1024 math/gcc/notdi2.c \1025 math/gcc/qdivrem.c \1026 math/gcc/subdi3.c \1027 math/gcc/ucmpdi2.c \1028 math/gcc/udivdi3.c \1029 math/gcc/umoddi3.c \1030 math/gcc/xordi3.c1012 common/math/gcc/adddi3.c \ 1013 common/math/gcc/anddi3.c \ 1014 common/math/gcc/ashldi3.c \ 1015 common/math/gcc/ashrdi3.c \ 1016 common/math/gcc/cmpdi2.c \ 1017 common/math/gcc/divdi3.c \ 1018 common/math/gcc/iordi3.c \ 1019 common/math/gcc/lshldi3.c \ 1020 common/math/gcc/lshrdi3.c \ 1021 common/math/gcc/moddi3.c \ 1022 common/math/gcc/muldi3.c \ 1023 common/math/gcc/negdi2.c \ 1024 common/math/gcc/notdi2.c \ 1025 common/math/gcc/qdivrem.c \ 1026 common/math/gcc/subdi3.c \ 1027 common/math/gcc/ucmpdi2.c \ 1028 common/math/gcc/udivdi3.c \ 1029 common/math/gcc/umoddi3.c \ 1030 common/math/gcc/xordi3.c 1031 1031 endif 1032 1032
Note:
See TracChangeset
for help on using the changeset viewer.