VirtualBox

Changeset 766 in kBuild for trunk/Config.kmk


Ignore:
Timestamp:
Jan 19, 2007 2:05:07 AM (18 years ago)
Author:
bird
Message:

Link dynamically on linux too. Fixes #14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r738 r766  
    5151        PATH_KBUILD_BIN=\"/$(NIX_INSTALL_DIR_BIN)\"
    5252endif
    53                                        
     53
    5454#
    5555# Template for building commandline tools.
    56 #                                       
     56#
    5757TEMPLATE_BIN = Commandline binary
    5858
     
    7575TEMPLATE_BIN_CFLAGS.profile     =
    7676TEMPLATE_BIN_CFLAGS.release     = -O3
    77 TEMPLATE_BIN_LDFLAGS            = 
     77TEMPLATE_BIN_LDFLAGS            =
    7878 ifdef NIX_INSTALL_DIR
    7979TEMPLATE_BIN_INST               = $(NIX_INSTALL_DIR_BIN)/
     
    113113TEMPLATE_BIN_CFLAGS.release     = -O3
    114114ifeq ($(BUILD_TARGET),linux)
    115 TEMPLATE_BIN_LDFLAGS            = -static
    116115TEMPLATE_BIN_LIBS              += rt
    117116endif
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