2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Merge from trunk

[SVN r34230]
This commit is contained in:
Vladimir Prus
2006-06-08 05:05:37 +00:00
parent 5685bef9dc
commit 1b0ffdcfcf

View File

@@ -29,7 +29,11 @@ rule init ( version ? : command * : options * )
command = [ common.get-invocation-command sun : CC
: $(command) : "/opt/SUNWspro/bin" ] ;
# Even if the real compiler is not found, put CC to
# command line so that user see command line that would have being executed.
command ?= CC ;
common.handle-options sun : $(condition) : $(command) : $(options) ;
command_c = $(command[1--2]) $(command[-1]:B=cc) ;
@@ -84,6 +88,9 @@ flags sun.link RPATH <dll-path> ;
# it, even though it's bad idea.
flags sun.link RPATH <xdll-path> ;
# The POSIX real-time library is always needed (nanosleep, clock_gettime etc.)
flags sun.link FINDLIBS-SA : rt ;
rule link ( targets * : sources * : properties * )
{
SPACE on $(targets) = " " ;