Changeset 4613 in vbox
- Timestamp:
- Sep 7, 2007 7:02:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r4596 r4613 1774 1774 ifneq ($(filter-out os2 darwin solaris,$(BUILD_TARGET)),) 1775 1775 ifneq ($(BUILD_TARGET_ARCH),amd64) 1776 TEMPLATE_VBOXNOCRTGCC_LDFLAGS 1776 TEMPLATE_VBOXNOCRTGCC_LDFLAGS += -Wl,--no-undefined 1777 1777 endif 1778 1778 endif 1779 ifneq ($(filter-out freebsd,$(BUILD_TARGET)),) 1780 TEMPLATE_VBOXNOCRTGCC_LIBS = # FIXME - has unwind mess. 1781 else 1782 TEMPLATE_VBOXNOCRTGCC_LIBS = $(VBOX_GCC_LIBGCC) 1783 endif 1779 TEMPLATE_VBOXNOCRTGCC_LIBS = $(VBOX_GCC_LIBGCC) 1784 1780 endif 1785 1781
Note:
See TracChangeset
for help on using the changeset viewer.