mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-10 03:11:45 +00:00
parent
e1b6855352
commit
cfca9899b2
@ -63,6 +63,12 @@ VBOX_CC_OPT += -DVBOX_WITH_GUEST_PROPS
|
|||||||
# prevent access to port content at the dependency stage of the build system
|
# prevent access to port content at the dependency stage of the build system
|
||||||
ifeq ($(called_from_lib_mk),yes)
|
ifeq ($(called_from_lib_mk),yes)
|
||||||
include $(VIRTUALBOX_DIR)/Version.kmk
|
include $(VIRTUALBOX_DIR)/Version.kmk
|
||||||
|
CC_CXX_OPT_STD = -std=gnu++17
|
||||||
|
endif
|
||||||
|
|
||||||
|
# if included from virtualbox6/target.mk provide version but leave CC_CXX_OPT_STD alone
|
||||||
|
ifeq ($(included_from_target_mk),yes)
|
||||||
|
include $(VIRTUALBOX_DIR)/Version.kmk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
VIRTUALBOX_PACKAGE_STRING_x86_32 = GenodeOS_32BIT_GENERIC
|
VIRTUALBOX_PACKAGE_STRING_x86_32 = GenodeOS_32BIT_GENERIC
|
||||||
|
@ -2,8 +2,7 @@ REQUIRES = x86_64
|
|||||||
|
|
||||||
TARGET = virtualbox6
|
TARGET = virtualbox6
|
||||||
|
|
||||||
# fake build pass for lib .inc
|
included_from_target_mk := yes
|
||||||
called_from_lib_mk := yes
|
|
||||||
include $(REP_DIR)/lib/mk/virtualbox6-common.inc
|
include $(REP_DIR)/lib/mk/virtualbox6-common.inc
|
||||||
|
|
||||||
CC_WARN += -Wall
|
CC_WARN += -Wall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user