VirtualBox

Changeset 830 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 12, 2007 10:38:49 AM (18 years ago)
Author:
vboxsync
Message:

Made it built (but currently disabled).

Location:
trunk/src/VBox/Runtime
Files:
21 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile

    r822 r830  
    511511        math/x86/fenv-x86.c
    512512
     513ifeq (0,1) # on some platforms we can't use libgcc, enable later today.
     514RuntimeR3NoCRTGCC_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
     534endif
     535
    513536
    514537## @todo stop using the old memcpy.c and memset.c code.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette