VirtualBox

Changeset 14516 in vbox


Ignore:
Timestamp:
Nov 24, 2008 12:34:59 PM (16 years ago)
Author:
vboxsync
Message:

enable new REM back (linux/amd64 fixed), will fix tinderbox burns as it shows up

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r14515 r14516  
    228228
    229229## Enable new TCG-based recompiler only for those platforms yet
    230 #if1of ($(KBUILD_TARGET), linux win)
    231 # VBOX_WITH_NEW_RECOMPILER = 1
    232 #endif
     230if1of ($(KBUILD_TARGET), linux win)
     231 VBOX_WITH_NEW_RECOMPILER = 1
     232endif
    233233
    234234# Don't create the additions ISO.
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r14446 r14516  
    131131        VMMR0.r0
    132132ifeq ($(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
    135137endif
    136138
Note: See TracChangeset for help on using the changeset viewer.

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