VirtualBox

Changeset 668 in vbox


Ignore:
Timestamp:
Feb 6, 2007 3:12:13 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18305
Message:

Drop the compiler includes in NOCRT mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r655 r668  
    13281328TEMPLATE_VBOXNOCRTGCC_CFLAGS.kprofile   = $(TEMPLATE_VBOXNOCRTGCC_CFLAGS.release)
    13291329TEMPLATE_VBOXNOCRTGCC_CFLAGS.darwin     = -mdynamic-no-pic
    1330 TEMPLATE_VBOXNOCRTGCC_INCS              = $(VBOX_PATH_GCC_INCS) $(PATH_ROOT)/include/iprt/nocrt
    1331 #TEMPLATE_VBOXNOCRTGCC_INCS.l4           = $(VBOX_PATH_GCC_INCS) $(L4_INCDIR) - enable if necessary.
     1330TEMPLATE_VBOXNOCRTGCC_INCS              = $(PATH_ROOT)/include/iprt/nocrt
    13321331
    13331332ifeq ($(BUILD_TARGET).$(BUILD_TARGET_ARCH),win.amd64)
     
    13361335 TEMPLATE_VBOXNOCRTGCC_ASTOOL           = YASM
    13371336 TEMPLATE_VBOXNOCRTGCC_ASFLAGS          = -f elf64 -DASM_FORMAT_ELF -D__YASM__ -w+orphan-labels -g dwarf2
    1338  TEMPLATE_VBOXNOCRTGCC_INCS             = $(PATH_DEVTOOLS)/win.x86/x86_64-unknown-linux-gnu/20060701/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/include
    13391337 TEMPLATE_VBOXNOCRTGCC_LIBS             = $(PATH_DEVTOOLS)/win.x86/x86_64-unknown-linux-gnu/20060701/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/libgcc.a
    13401338 TEMPLATE_VBOXNOCRTGCC_LDFLAGS          = -nostdlib
     
    13631361  endif
    13641362 endif
    1365  TEMPLATE_VBOXNOCRTGCC_LIBS             = $(VBOX_GCC_LIBGCC)
     1363 ifneq ($(filter-out freebsd,$(BUILD_TARGET)),)
     1364  TEMPLATE_VBOXNOCRTGCC_LIBS            = # FIXME - has unwind mess.
     1365 else
     1366  TEMPLATE_VBOXNOCRTGCC_LIBS            = $(VBOX_GCC_LIBGCC)
     1367 endif
    13661368endif
    13671369
Note: See TracChangeset for help on using the changeset viewer.

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