VirtualBox

Changeset 14418

Show
Ignore:
Timestamp:
11/20/08 15:33:41 (2 months ago)
Author:
vboxsync
Message:

new REM buildable on MacOS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r14406 r14418  
    11481148 LIB_VMM         = $(PATH_BIN)/VBoxVMM.dylib 
    11491149 LIB_VMMGC       = $(PATH_BIN)/VMMGC.gc 
     1150ifdef VBOX_WITH_NEW_RECOMPILER  
     1151 LIB_REM         = $(PATH_BIN)/VBoxREM.dylib 
     1152else 
    11501153 LIB_REM         = $(PATH_LIB)/VBoxREM.dylib 
     1154endif 
    11511155 LIB_XPCOM       = $(PATH_BIN)/VBoxXPCOM.dylib 
    11521156 LIB_DDU         = $(PATH_BIN)/VBoxDDU.dylib 
  • trunk/src/recompiler_new/Makefile.kmk

    r14346 r14418  
    3939# The VBoxREM.[dll|so|..] or VBoxREM2.rel. 
    4040# 
    41 $(REM_MOD)_DEFS             = IN_REM_R3 REM_INCLUDE_CPU_H 
     41$(REM_MOD)_DEFS             = IN_REM_R3 REM_INCLUDE_CPU_H  
    4242#$(REM_MOD)_DEFS            += REM_PHYS_ADDR_IN_TLB 
    4343#$(REM_MOD)_DEFS           += DEBUG_ALL_LOGGING DEBUG_DISAS DEBUG_PCALL DEBUG_EXEC DEBUG_FLUSH DEBUG_IOPORT DEBUG_SIGNAL DEBUG_TLB_CHECK DEBUG_TB_INVALIDATE DEBUG_TLB  # Enables huge amounts of debug logging. 
     
    100100#$(REM_MOD)_DEFS          += DEBUG_DISAS DEBUG_PCALL DEBUG_EXEC DEBUG_FLUSH DEBUG_IOPORT DEBUG_SIGNAL DEBUG_TLB_CHECK DEBUG_TB_INVALIDATE DEBUG_TLB  # Enables huge amounts of debug logging. 
    101101 
    102 $(REM_MOD)_LDFLAGS.darwin  = -read_only_relocs suppress -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/$(REM_MOD).dylib -multiple_defined warning 
     102$(REM_MOD)_LDFLAGS.darwin  = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/$(REM_MOD).dylib -undefined  dynamic_lookup 
    103103$(REM_MOD)_LDFLAGS.l4      = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib -Wl,--no-undefined 
    104104$(REM_MOD)_LDFLAGS.linux   = $(VBOX_LD_as_needed) 
  • trunk/src/recompiler_new/VBoxRecompiler.c

    r14346 r14418  
    7373unsigned long get_phys_page_offset(target_ulong addr); 
    7474#endif 
    75  
    7675 
    7776/******************************************************************************* 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy