Changeset 59785 in vbox
- Timestamp:
- Feb 23, 2016 12:53:11 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105662
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Config.kmk
r59784 r59785 86 86 -M -MP 87 87 endef 88 if "$(KBUILD_HOST)" == "darwin" \ 89 || "$(VBOX_NASM_allow_64_bit)" != "" 88 if "$(VBOX_NASM_allow_64_bit)" != "" || "$(KBUILD_TARGET)" != "win" 90 89 BS3KIT_NASM_allow_64_bit = --allow-64-bit 90 else 91 BS3KIT_NASM_allow_64_bit = --allow-64bit-code-anywhere 91 92 endif 92 93
Note:
See TracChangeset
for help on using the changeset viewer.