VirtualBox

Changeset 855 in vbox for trunk/src


Ignore:
Timestamp:
Feb 13, 2007 10:09:07 AM (18 years ago)
Author:
vboxsync
Message:

include the gcc stuff into the r3 nocrt gcc lib and the gc and r0 libs for darwin.

File:
1 edited

Legend:

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

    r830 r855  
    509509
    510510RuntimeR3NoCRTGCC_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 \
    515512        math/gcc/adddi3.c \
    516513        math/gcc/anddi3.c \
     
    532529        math/gcc/umoddi3.c \
    533530        math/gcc/xordi3.c
    534 endif
    535531
    536532
     
    579575        os2/sys0.asm
    580576
     577RuntimeR0_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
    581599string/memchr.cpp_CXXFLAGS.win = -Oi-
    582600string/memcmp.cpp_CXXFLAGS.win = -Oi-
     
    755773endif
    756774
     775RuntimeGC_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
    757796
    758797#
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