Changeset 79891 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 19, 2019 4:16:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r79091 r79891 34 34 ifeq ($(KBUILD_TARGET_ARCH),x86) 35 35 ifeq ($(KBUILD_TARGET),darwin) 36 $(error 32-bit darwin is no longer a supported VirtualBox host. Go back to 4.3 or older for 32-bit support.)36 $(error 32-bit darwin is no longer a supported VirtualBox host. Go back to 4.3 or older for 32-bit host support.) 37 37 else ifeq ($(KBUILD_TARGET),solaris) 38 $(error 32-bit solaris is no longer a supported VirtualBox host. Go back to 4.2 or older for 32-bit support.) 38 $(error 32-bit solaris is no longer a supported VirtualBox host. Go back to 4.2 or older for 32-bit host support.) 39 else ifn1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS)) 40 $(error 32-bit builds of the VirtualBox host are no longer supported. Go back to 6.0 or older for 32-bit host support.) 39 41 endif 40 42 endif
Note:
See TracChangeset
for help on using the changeset viewer.