VirtualBox

Changeset 21 in vbox


Ignore:
Timestamp:
Jan 15, 2007 1:32:27 PM (18 years ago)
Author:
vboxsync
Message:

efl32 -> elf for NASM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r1 r21  
    359359else
    360360 VBOX_ASTOOL    = NASM
    361  VBOX_ASFLAGS   = $(VBOX_ASFLAGS_FMT)   -D__NASM__ -w+orphan-labels -g
    362  VBOX_ASFLAGS32 = $(VBOX_ASFLAGS_FMT32) -D__NASM__ -w+orphan-labels -g
     361 VBOX_ASFLAGS   = $(subst elf32,elf,$(VBOX_ASFLAGS_FMT))   -D__NASM__ -w+orphan-labels -g
     362 VBOX_ASFLAGS32 = $(subst elf32,elf,$(VBOX_ASFLAGS_FMT32)) -D__NASM__ -w+orphan-labels -g
    363363 VBOX_ASFLAGS64 = $(VBOX_ASFLAGS_FMT64) -D__NASM__ -w+orphan-labels -g
    364364endif
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