VirtualBox

儲存庫 vbox 的更動 14834


忽略:
時間撮記:
2008-11-30 上午11:26:52 (16 年 以前)
作者:
vboxsync
訊息:

src/recompiler_new/Makefile.kmk: VBOX_WITH_NEW_RECOMPILER

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/recompiler_new/Makefile.kmk

    r14702 r14834  
    2323include $(KBUILD_PATH)/subheader.kmk
    2424
    25 # For 64-bit Windows we currently use gcc (due to MSVC unaware of such a novel 
    26 # thing as C99, a lot of GCC extensions deployed by QEMU and calling convention 
     25# For 64-bit Windows we currently use gcc (due to MSVC unaware of such a novel
     26# thing as C99, a lot of GCC extensions deployed by QEMU and calling convention
    2727# differences) to cross-compile code to Linux/ELF and dynamically generate invocation wrappers.
    2828if1of (win.amd64, $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
     
    6060endif
    6161
    62 OTHER_CLEAN          += 
     62OTHER_CLEAN          +=
    6363
    6464#
     
    6969# The VBoxREM.[dll|so|..] or VBoxREM2.rel.
    7070#
    71 $(REM_MOD)_DEFS             = IN_REM_R3 REM_INCLUDE_CPU_H 
     71$(REM_MOD)_DEFS             = IN_REM_R3 REM_INCLUDE_CPU_H
    7272$(REM_MOD)_DEFS            += REM_PHYS_ADDR_IN_TLB
     73$(REM_MOD)_DEFS            += VBOX_WITH_NEW_RECOMPILER
    7374#$(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.
    7475$(REM_MOD)_DEFS.linux      = _GNU_SOURCE
     
    124125VBoxREM_TEMPLATE       = VBOXR3
    125126VBoxREM_DEFS           = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,)
     127VBoxREM_DEFS          += VBOX_WITH_NEW_RECOMPILER
    126128VBoxREM_SOURCES        =   \
    127129        VBoxREMWrapper.cpp \
     
    215217testmath_LDFLAGS        = -g
    216218testmath_DEFS           = MATHTEST_STANDALONE
     219testmath_DEFS          += VBOX_WITH_NEW_RECOMPILER
    217220testmath_SOURCES        = Sun/testmath.c
    218221#testmath_SOURCES        += $(PATH_LIB)/RuntimeR3NoCRTGCC$(VBOX_SUFF_LIB)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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