VirtualBox

Changeset 59785 in vbox


Ignore:
Timestamp:
Feb 23, 2016 12:53:11 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105662
Message:

bootsectors/Config.kmk: --allow-64bit-code-anywhere ==> --allow-64-bit, adjustment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/Config.kmk

    r59784 r59785  
    8686                -M -MP
    8787endef
    88 if "$(KBUILD_HOST)" == "darwin" \
    89  || "$(VBOX_NASM_allow_64_bit)" != ""
     88if "$(VBOX_NASM_allow_64_bit)" != "" || "$(KBUILD_TARGET)" != "win"
    9089 BS3KIT_NASM_allow_64_bit = --allow-64-bit
     90else
     91 BS3KIT_NASM_allow_64_bit = --allow-64bit-code-anywhere
    9192endif
    9293
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette