VirtualBox

Changeset 59788 in vbox


Ignore:
Timestamp:
Feb 23, 2016 2:16:26 PM (9 years ago)
Author:
vboxsync
Message:

bootsectors/Config.kmk: --allow-64-bit ==> nothing (turned into a warning).

File:
1 edited

Legend:

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

    r59785 r59788  
    8686                -M -MP
    8787endef
    88 if "$(VBOX_NASM_allow_64_bit)" != "" || "$(KBUILD_TARGET)" != "win"
     88# Dropped by the time 2.12 rc7 got out. Just struggling rebuilding nasm.
     89if "$(KBUILD_TARGET)" == "win"
     90 BS3KIT_NASM_allow_64_bit = --allow-64bit-code-anywhere
     91else if "$(KBUILD_TARGET)" == "darwin"
    8992 BS3KIT_NASM_allow_64_bit = --allow-64-bit
    90 else
    91  BS3KIT_NASM_allow_64_bit = --allow-64bit-code-anywhere
    9293endif
    9394
Note: See TracChangeset for help on using the changeset viewer.

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