VirtualBox

Changeset 11476 in vbox


Ignore:
Timestamp:
Aug 19, 2008 9:58:56 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34958
Message:

Linux support: define VBOX_WITH_64_BITS_GUESTS on AMD64 hosts; added -g to CFLAGS when compiling vboxdrv in debug mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r10313 r11476  
    222222ifeq ($(BUILD_TARGET_ARCH),amd64)
    223223 KFLAGS  += -DRT_ARCH_AMD64
     224 # must be consistent with Config.kmk!
     225 KFLAGS  += -DVBOX_WITH_64_BITS_GUESTS
    224226else
    225227 KFLAGS  += -DRT_ARCH_X86
    226228endif
    227229ifeq ($(BUILD_TYPE),debug)
    228  KFLAGS  += -DDEBUG -DDEBUG_$(USER)
     230 KFLAGS  += -DDEBUG -DDEBUG_$(USER) -g
    229231 # IPRT_DEBUG_SEMS indicates thread wrt sems state via the comm field.
    230232 KFLAGS  += -DIPRT_DEBUG_SEMS
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