Changeset 14834 in vbox
- Timestamp:
- Nov 30, 2008 11:26:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/Makefile.kmk
r14702 r14834 23 23 include $(KBUILD_PATH)/subheader.kmk 24 24 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 27 27 # differences) to cross-compile code to Linux/ELF and dynamically generate invocation wrappers. 28 28 if1of (win.amd64, $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) … … 60 60 endif 61 61 62 OTHER_CLEAN += 62 OTHER_CLEAN += 63 63 64 64 # … … 69 69 # The VBoxREM.[dll|so|..] or VBoxREM2.rel. 70 70 # 71 $(REM_MOD)_DEFS = IN_REM_R3 REM_INCLUDE_CPU_H 71 $(REM_MOD)_DEFS = IN_REM_R3 REM_INCLUDE_CPU_H 72 72 $(REM_MOD)_DEFS += REM_PHYS_ADDR_IN_TLB 73 $(REM_MOD)_DEFS += VBOX_WITH_NEW_RECOMPILER 73 74 #$(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. 74 75 $(REM_MOD)_DEFS.linux = _GNU_SOURCE … … 124 125 VBoxREM_TEMPLATE = VBOXR3 125 126 VBoxREM_DEFS = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,) 127 VBoxREM_DEFS += VBOX_WITH_NEW_RECOMPILER 126 128 VBoxREM_SOURCES = \ 127 129 VBoxREMWrapper.cpp \ … … 215 217 testmath_LDFLAGS = -g 216 218 testmath_DEFS = MATHTEST_STANDALONE 219 testmath_DEFS += VBOX_WITH_NEW_RECOMPILER 217 220 testmath_SOURCES = Sun/testmath.c 218 221 #testmath_SOURCES += $(PATH_LIB)/RuntimeR3NoCRTGCC$(VBOX_SUFF_LIB)
Note:
See TracChangeset
for help on using the changeset viewer.