Changeset 586 in vbox
- Timestamp:
- Feb 4, 2007 10:38:53 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r581 r586 64 64 65 65 # Notify about important kBuild updates. 66 ifneq ($(call int-ge,$(KMK_REVISION), 788),1)66 ifneq ($(call int-ge,$(KMK_REVISION),830),1) 67 67 $(error You must update kBuild!) 68 68 endif … … 1235 1235 else ifeq ($(filter-out freebsd netbsd openbsd,$(BUILD_TARGET)),) 1236 1236 TEMPLATE_VBOXR3EXE_TOOL = GCC3 1237 TEMPLATE_VBOXR3EXE_LIBS = pthread 1237 TEMPLATE_VBOXR3EXE_LIBS = pthread 1238 1238 else ifeq ($(BUILD_TARGET),solaris) 1239 1239 $(warning Warning: VBOX Build: Target $(BUILD_TARGET) is not officially supported!) … … 1442 1442 $(warning Warning: VBOX Build: Target $(BUILD_TARGET) is not officially supported!) 1443 1443 TEMPLATE_VBOXMAINEXE_LIBS = 1444 endif 1444 endif 1445 1445 1446 1446 endif # !win … … 1660 1660 TEMPLATE_VBOXBLDPROG_TOOL = GCC3PLAIN 1661 1661 TEMPLATE_VBOXBLDPROG_LIBS = rt 1662 else 1662 else 1663 1663 $(warning Warning: VBOX Build: Target $(BUILD_PLATFORM) is not officially supported!) 1664 endif 1664 endif 1665 1665 1666 1666 endif # !win
Note:
See TracChangeset
for help on using the changeset viewer.