VirtualBox

Changeset 29262 in vbox for trunk/src


Ignore:
Timestamp:
May 9, 2010 7:51:20 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/Makefile.kmk: Fixed RTMpGetDescription() on x86+amd64. Had mixed the stub and the generic impl.

File:
1 edited

Legend:

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

    r28912 r29262  
    161161# NoCRT sources (minus math stuff).
    162162#
     163if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
    163164RuntimeNoCrt_SOURCES = \
    164165        common/misc/setjmp.asm \
     
    173174        common/string/strcmp.asm \
    174175        common/string/strlen.asm
     176endif
    175177
    176178
     
    399401
    400402RuntimeR3_SOURCES.x86 += \
     403        generic/RTMpGetDescription-generic.cpp
     404RuntimeR3_SOURCES.amd64 += \
     405        generic/RTMpGetDescription-generic.cpp
     406RuntimeR3_SOURCES.sparc32 += \
    401407        generic/RTMpGetDescription-generic-stub.cpp
    402 RuntimeR3_SOURCES.amd64 += \
     408RuntimeR3_SOURCES.sparc64 += \
    403409        generic/RTMpGetDescription-generic-stub.cpp
    404 RuntimeR3_SOURCES.sparc32 += \
    405         generic/RTMpGetDescription-generic.cpp
    406 RuntimeR3_SOURCES.sparc64 += \
    407         generic/RTMpGetDescription-generic.cpp
    408410
    409411ifdef IPRT_WITH_LZJB
     
    11271129        common/misc/sanity-c.c \
    11281130        \
     1131        $(RuntimeNoCrt_SOURCES)
     1132
     1133if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
     1134RuntimeR3NoCRTGCC_SOURCES += \
    11291135        common/math/ceill.asm \
    11301136        common/math/cosl.asm \
     
    11521158        common/math/truncl.asm \
    11531159        \
    1154         $(RuntimeNoCrt_SOURCES) \
    1155         \
    11561160        common/string/memchr_alias.c \
    11571161        common/string/memcmp_alias.c \
     
    11621166        common/string/strcmp_alias.c \
    11631167        common/string/strlen_alias.c
     1168endif
    11641169
    11651170RuntimeR3NoCRTGCC_SOURCES.x86 = \
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