VirtualBox

Changeset 1568 in vbox for trunk


Ignore:
Timestamp:
Mar 20, 2007 3:46:00 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19669
Message:

drop the yasm hack (darwin).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile

    r1543 r1568  
    137137VMMR3_SOURCES.amd64 = \
    138138        VMMSwitcher/AMD64ToPAE.asm
    139 #       VMMSwitcher/AMD64ToAMD64.asm
    140 
    141 ifeq ($(BUILD_TARGET),darwin)
    142 # this is just a temporary hack until we switch to yasm on Mac OS X too.
    143 LIBRARIES += VMMR364
    144 VMMR364_TOOL    = $(VBOX_GCC_TOOL)
    145 VMMR364_ASTOOL  = YASM
    146 VMMR364_ASFLAGS = -f macho -w+orphan-labels
    147 VMMR364_ASDEFS  = ASM_FORMAT_MACHO $(ARCH_BITS_DEFS) __YASM__
    148 VMMR364_SOURCES.darwin.x86 += \
     139VMMR3_SOURCES.darwin.x86 += \
    149140        VMMSwitcher/AMD64ToPAE.asm
    150 endif
     141
    151142
    152143#
     
    364355        $(LIB_RUNTIME)
    365356
    366 ifeq ($(BUILD_TARGET),darwin)
    367  VBoxVMM_LIBS   += $(TARGET_VMMR364) # temp hack
    368 endif
    369357VBoxVMM_LIBS.win = $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/delayimp.lib
    370358VBoxVMM_LDFLAGS.win = /DELAYLOAD:dbghelp.dll
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