- Timestamp:
- Feb 13, 2007 10:09:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile
r830 r855 509 509 510 510 RuntimeR3NoCRTGCC_SOURCES.x86 = \ 511 math/x86/fenv-x86.c 512 513 ifeq (0,1) # on some platforms we can't use libgcc, enable later today. 514 RuntimeR3NoCRTGCC_SOURCES.x86 += \ 511 math/x86/fenv-x86.c \ 515 512 math/gcc/adddi3.c \ 516 513 math/gcc/anddi3.c \ … … 532 529 math/gcc/umoddi3.c \ 533 530 math/gcc/xordi3.c 534 endif535 531 536 532 … … 579 575 os2/sys0.asm 580 576 577 RuntimeR0_SOURCES.darwin.x86 = \ 578 math/gcc/adddi3.c \ 579 math/gcc/anddi3.c \ 580 math/gcc/ashldi3.c \ 581 math/gcc/ashrdi3.c \ 582 math/gcc/cmpdi2.c \ 583 math/gcc/divdi3.c \ 584 math/gcc/iordi3.c \ 585 math/gcc/lshldi3.c \ 586 math/gcc/lshrdi3.c \ 587 math/gcc/moddi3.c \ 588 math/gcc/muldi3.c \ 589 math/gcc/negdi2.c \ 590 math/gcc/notdi2.c \ 591 math/gcc/qdivrem.c \ 592 math/gcc/subdi3.c \ 593 math/gcc/ucmpdi2.c \ 594 math/gcc/udivdi3.c \ 595 math/gcc/umoddi3.c \ 596 math/gcc/xordi3.c 597 598 581 599 string/memchr.cpp_CXXFLAGS.win = -Oi- 582 600 string/memcmp.cpp_CXXFLAGS.win = -Oi- … … 755 773 endif 756 774 775 RuntimeGC_SOURCES.darwin = \ 776 math/gcc/adddi3.c \ 777 math/gcc/anddi3.c \ 778 math/gcc/ashldi3.c \ 779 math/gcc/ashrdi3.c \ 780 math/gcc/cmpdi2.c \ 781 math/gcc/divdi3.c \ 782 math/gcc/iordi3.c \ 783 math/gcc/lshldi3.c \ 784 math/gcc/lshrdi3.c \ 785 math/gcc/moddi3.c \ 786 math/gcc/muldi3.c \ 787 math/gcc/negdi2.c \ 788 math/gcc/notdi2.c \ 789 math/gcc/qdivrem.c \ 790 math/gcc/subdi3.c \ 791 math/gcc/ucmpdi2.c \ 792 math/gcc/udivdi3.c \ 793 math/gcc/umoddi3.c \ 794 math/gcc/xordi3.c 795 757 796 758 797 #
Note:
See TracChangeset
for help on using the changeset viewer.