Changeset 59788 in vbox
- Timestamp:
- Feb 23, 2016 2:16:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Config.kmk
r59785 r59788 86 86 -M -MP 87 87 endef 88 if "$(VBOX_NASM_allow_64_bit)" != "" || "$(KBUILD_TARGET)" != "win" 88 # Dropped by the time 2.12 rc7 got out. Just struggling rebuilding nasm. 89 if "$(KBUILD_TARGET)" == "win" 90 BS3KIT_NASM_allow_64_bit = --allow-64bit-code-anywhere 91 else if "$(KBUILD_TARGET)" == "darwin" 89 92 BS3KIT_NASM_allow_64_bit = --allow-64-bit 90 else91 BS3KIT_NASM_allow_64_bit = --allow-64bit-code-anywhere92 93 endif 93 94
Note:
See TracChangeset
for help on using the changeset viewer.