Changeset 830 in vbox for trunk/src/VBox
- Timestamp:
- Feb 12, 2007 10:38:49 AM (18 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 21 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile
r822 r830 511 511 math/x86/fenv-x86.c 512 512 513 ifeq (0,1) # on some platforms we can't use libgcc, enable later today. 514 RuntimeR3NoCRTGCC_SOURCES.x86 += \ 515 math/gcc/adddi3.c \ 516 math/gcc/anddi3.c \ 517 math/gcc/ashldi3.c \ 518 math/gcc/ashrdi3.c \ 519 math/gcc/cmpdi2.c \ 520 math/gcc/divdi3.c \ 521 math/gcc/iordi3.c \ 522 math/gcc/lshldi3.c \ 523 math/gcc/lshrdi3.c \ 524 math/gcc/moddi3.c \ 525 math/gcc/muldi3.c \ 526 math/gcc/negdi2.c \ 527 math/gcc/notdi2.c \ 528 math/gcc/qdivrem.c \ 529 math/gcc/subdi3.c \ 530 math/gcc/ucmpdi2.c \ 531 math/gcc/udivdi3.c \ 532 math/gcc/umoddi3.c \ 533 math/gcc/xordi3.c 534 endif 535 513 536 514 537 ## @todo stop using the old memcpy.c and memset.c code.
Note:
See TracChangeset
for help on using the changeset viewer.