Changeset 14516 in vbox
- Timestamp:
- Nov 24, 2008 12:34:59 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r14515 r14516 228 228 229 229 ## Enable new TCG-based recompiler only for those platforms yet 230 #if1of ($(KBUILD_TARGET), linux win)231 #VBOX_WITH_NEW_RECOMPILER = 1232 #endif230 if1of ($(KBUILD_TARGET), linux win) 231 VBOX_WITH_NEW_RECOMPILER = 1 232 endif 233 233 234 234 # Don't create the additions ISO. -
trunk/src/VBox/Installer/linux/Makefile.kmk
r14446 r14516 131 131 VMMR0.r0 132 132 ifeq ($(KBUILD_TARGET_ARCH),amd64) 133 VBOX_LNX_STRIP_OBJ += \ 134 VBoxREM2.rel 133 ifndef VBOX_WITH_NEW_RECOMPILER 134 VBOX_LNX_STRIP_OBJ += \ 135 VBoxREM2.rel 136 endif 135 137 endif 136 138
Note:
See TracChangeset
for help on using the changeset viewer.