- Timestamp:
- May 9, 2010 7:51:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r28912 r29262 161 161 # NoCRT sources (minus math stuff). 162 162 # 163 if1of ($(KBUILD_TARGET_ARCH), amd64 x86) 163 164 RuntimeNoCrt_SOURCES = \ 164 165 common/misc/setjmp.asm \ … … 173 174 common/string/strcmp.asm \ 174 175 common/string/strlen.asm 176 endif 175 177 176 178 … … 399 401 400 402 RuntimeR3_SOURCES.x86 += \ 403 generic/RTMpGetDescription-generic.cpp 404 RuntimeR3_SOURCES.amd64 += \ 405 generic/RTMpGetDescription-generic.cpp 406 RuntimeR3_SOURCES.sparc32 += \ 401 407 generic/RTMpGetDescription-generic-stub.cpp 402 RuntimeR3_SOURCES. amd64 += \408 RuntimeR3_SOURCES.sparc64 += \ 403 409 generic/RTMpGetDescription-generic-stub.cpp 404 RuntimeR3_SOURCES.sparc32 += \405 generic/RTMpGetDescription-generic.cpp406 RuntimeR3_SOURCES.sparc64 += \407 generic/RTMpGetDescription-generic.cpp408 410 409 411 ifdef IPRT_WITH_LZJB … … 1127 1129 common/misc/sanity-c.c \ 1128 1130 \ 1131 $(RuntimeNoCrt_SOURCES) 1132 1133 if1of ($(KBUILD_TARGET_ARCH), amd64 x86) 1134 RuntimeR3NoCRTGCC_SOURCES += \ 1129 1135 common/math/ceill.asm \ 1130 1136 common/math/cosl.asm \ … … 1152 1158 common/math/truncl.asm \ 1153 1159 \ 1154 $(RuntimeNoCrt_SOURCES) \1155 \1156 1160 common/string/memchr_alias.c \ 1157 1161 common/string/memcmp_alias.c \ … … 1162 1166 common/string/strcmp_alias.c \ 1163 1167 common/string/strlen_alias.c 1168 endif 1164 1169 1165 1170 RuntimeR3NoCRTGCC_SOURCES.x86 = \
Note:
See TracChangeset
for help on using the changeset viewer.