Changeset 13334 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Oct 16, 2008 11:41:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r13332 r13334 969 969 VBox/strformat-vbox.cpp 970 970 971 ## @todo: Linking against RuntimeR0Drv on Linux will result in unresolved external 972 ## references to several string functions (e.g. strlen). We could include the 973 ## missing functions here but our own implementations conflict with declarations 974 ## of some Linux kernels (inline versus not inline, size_t versus unsigned int). 975 ## 976 ## The prototypes for the unresolved externals are declared in <linux/string.h>. 977 ## This file is not included with extern "C" { ... } and therefore the function 978 ## prototypes are mangled during C++ compilation. That's why we have to provide 979 ## implementations with mangled function names. 971 980 RuntimeR0Drv_SOURCES.linux = \ 972 981 common/alloc/heapsimple.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.