VirtualBox

Changeset 3914 in vbox


Ignore:
Timestamp:
Jul 29, 2007 10:19:06 PM (18 years ago)
Author:
vboxsync
Message:

Solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3904 r3914  
    421421VBOX_ASFLAGS_FMT = -f elf64 -DASM_FORMAT_ELF
    422422 endif
    423 VBOX_ASFLAGS_DBFINFO = -g dwarf2
     423 VBOX_ASFLAGS_DBFINFO = -g dwarf2
    424424endif
    425425ifeq ($(VBOX_LDR_FMT),lx)
     
    14561456ifeq ($(BUILD_TARGET),solaris)
    14571457# x86 Solaris:
    1458 ## The location of the solaris kernel headers.
    1459 VBOX_SOLARIS_SRC ?= /usr/include/sys
    14601458## The Solaris /usr/include.
    14611459VBOX_SOLARIS_SYS_INCS ?= /usr/include
     
    14641462TEMPLATE_VBOXR0DRV_DEFS                = _KERNEL _STRICT_STDC IN_RING0 IN_RT_R0
    14651463TEMPLATE_VBOXR0DRV_INCS                = \
    1466         $(VBOX_SOLARIS_SRC) \
    14671464        $(VBOX_SOLARIS_SYS_INCS)
    14681465TEMPLATE_VBOXR0DRV_SYSSUFF             = .o
    14691466TEMPLATE_VBOXR0DRV_LDFLAGS             = -r
    1470 # exclude -Wall because of solaris headers' #pragma ident warnings that gcc refuses to supress!!
     1467# exclude -Wall because of solaris headers' pragma ident warnings that gcc refuses to supress!!
    14711468TEMPLATE_VBOXR0DRV_CFLAGS              = -Wno-trigraphs -Wpointer-arith -Winline $(VBOX_GCC_Wno-pointer-sign) \
    14721469        -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs\
     
    16351632 else ifeq ($(BUILD_TARGET),solaris)
    16361633TEMPLATE_VBOXR3EXE_TOOL                = GXX3PLAIN
    1637 TEMPLATE_VBOXR3EXE_LIBS                = rt
     1634TEMPLATE_VBOXR3EXE_LIBS                = rt socket
    16381635 else
    16391636$(warning Warning: VBOX Build: Target $(BUILD_TARGET) is not officially supported!)
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