Changeset 96016 in vbox
- Timestamp:
- Aug 4, 2022 1:54:02 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152810
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 9 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r95968 r96016 2727 2727 # This is used together with VBoxRT. 2728 2728 # 2729 ## @todo the *_alias.c stuff is busted, remove and use RT_WITH_NOCRT_ALIASES instead.2730 2729 RuntimeR3NoCRTGCC_TEMPLATE = VBoxNoCrtGccLib 2731 2730 RuntimeR3NoCRTGCC_LIBSUFF = $(VBOX_SUFF_LIB) 2731 RuntimeR3NoCRTGCC_DEFS = RT_WITH_NOCRT_ALIASES 2732 2732 ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86) 2733 2733 RuntimeR3NoCRTGCC_DEFS += RT_NO_GIP … … 2765 2765 common/math/trunc.asm \ 2766 2766 common/math/truncf.asm \ 2767 common/math/truncl.asm \ 2768 \ 2769 common/string/memchr_alias.c \ 2770 common/string/memcmp_alias.c \ 2771 common/string/memcpy_alias.c \ 2772 common/string/memmove_alias.c \ 2773 common/string/memset_alias.c \ 2774 common/string/strchr_alias.c \ 2775 common/string/strcmp_alias.c \ 2776 common/string/strlen_alias.c 2767 common/math/truncl.asm 2777 2768 endif 2778 2769 … … 4376 4367 -e '/^strncpy/d' \ 4377 4368 -e '/^strlen/d' \ 4369 -e '/^setjmp/d' \ 4370 -e '/^longjmp/d' \ 4378 4371 -e '/^_Z[[:alpha:]]*[[:digit:]]\+RTC/d' \ 4379 4372 -e '/^_Z[[:alpha:]]*[[:digit:]]\+RTC/d' \
Note:
See TracChangeset
for help on using the changeset viewer.