/usr/share/boost-build/src/tools
NameSizeModeActions
doxygen/-0755rm
features/-0755rm
generators/-0755rm
types/-0755rm
xsltproc/-0755rm
acc.jam48000644editdlrm
asciidoctor.jam64800644editdlrm
auto-index.jam83240644editdlrm
bison.jam5890644editdlrm
boostbook-config.jam3890644editdlrm
boostbook.jam240560644editdlrm
borland.jam99920644editdlrm
builtin.jam30370644editdlrm
bzip2.jam80660644editdlrm
cast.jam32370644editdlrm
clang-darwin.jam67130644editdlrm
clang-linux.jam99840644editdlrm
clang-vxworks.jam40260644editdlrm
clang-win.jam60940644editdlrm
clang.jam23100644editdlrm
common.jam316790644editdlrm
como-linux.jam35280644editdlrm
como-win.jam42370644editdlrm
como.jam20630644editdlrm
convert.jam19870644editdlrm
cray.jam411280644editdlrm
cw-config.jam12830644editdlrm
cw.jam95490644editdlrm
cygwin.jam4030644editdlrm
darwin.jam221650644editdlrm
diab.jam43070644editdlrm
dmc.jam60940644editdlrm
docutils.jam34440644editdlrm
doxproc.py366210644editdlrm
doxygen-config.jam3880644editdlrm
doxygen.jam247450644editdlrm
embarcadero.jam214870644editdlrm
emscripten.jam37790644editdlrm
flags.jam45700644editdlrm
fop.jam16930644editdlrm
fortran.jam19890644editdlrm
gcc.jam552880644editdlrm
generate.jam33390644editdlrm
gettext.jam76630644editdlrm
gfortran.jam10080644editdlrm
hpfortran.jam9020644editdlrm
hp_cxx.jam80890644editdlrm
ifort.jam14950644editdlrm
intel-darwin.jam97850644editdlrm
intel-linux.jam91930644editdlrm
intel-vxworks.jam70850644editdlrm
intel-win.jam163960644editdlrm
intel.jam26260644editdlrm
lex.jam5590644editdlrm
libjpeg.jam73620644editdlrm
libpng.jam71040644editdlrm
libtiff.jam72080644editdlrm
link.jam150210644editdlrm
lzma.jam32770644editdlrm
make.jam22660644editdlrm
mc.jam13110644editdlrm
message.jam16670644editdlrm
midl.jam53670644editdlrm
mipspro.jam52910644editdlrm
mpi.jam218260644editdlrm
msvc-config.jam3930644editdlrm
msvc.jam846720644editdlrm
notfile.jam16540644editdlrm
openssl.jam36130644editdlrm
package.jam92810644editdlrm
pathscale.jam66290644editdlrm
pch.jam27190644editdlrm
pgi.jam48790644editdlrm
pkg-config.jam134430644editdlrm
python-config.jam8360644editdlrm
python.jam436790644editdlrm
qcc.jam108360644editdlrm
qt.jam5300644editdlrm
qt3.jam68100644editdlrm
qt4.jam239740644editdlrm
qt5.jam265170644editdlrm
quickbook-config.jam12660644editdlrm
quickbook.jam132770644editdlrm
rc.jam53640644editdlrm
sass.jam57020644editdlrm
saxonhe.jam13290644editdlrm
stage.jam285130644editdlrm
stlport.jam118800644editdlrm
sun.jam80540644editdlrm
symlink.jam43510644editdlrm
testing-aux.jam102380644editdlrm
testing.jam278890644editdlrm
unix.jam58470644editdlrm
vacpp.jam57250644editdlrm
vmsdecc.jam201850644editdlrm
whale.jam32530644editdlrm
xlcpp.jam61210644editdlrm
xlf.jam9000644editdlrm
xsltproc-config.jam8380644editdlrm
xsltproc.jam56030644editdlrm
zlib.jam69760644editdlrm
zstd.jam24460644editdlrm
Edit: /usr/share/boost-build/src/tools/intel-vxworks.jam (7085B)
# Copyright Wind River 2017. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt # or copy at http://www.boost.org/LICENSE_1_0.txt) import intel ; import feature : feature ; import os ; import toolset ; import toolset : flags ; import gcc ; import common ; import errors ; import generators ; feature.extend-subfeature toolset intel : platform : vxworks ; toolset.inherit-generators intel-vxworks intel vxworks : gcc # Don't inherit PCH generators. They were not tested, and probably # don't work for this compiler. : gcc.mingw.link gcc.mingw.link.dll gcc.compile.c.pch gcc.compile.c++.pch ; generators.override intel-vxworks.prebuilt : builtin.lib-generator ; generators.override intel-vxworks.prebuilt : builtin.prebuilt ; generators.override intel-vxworks.searched-lib-generator : searched-lib-generator ; toolset.inherit-rules intel-vxworks : gcc ; toolset.inherit-flags intel-vxworks : gcc : off on full space off all on extra pedantic off on x86/32 x86/64 ; if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ] { .debug-configuration = true ; } # Initializes the intel-vxworks toolset # version in mandatory # name (default icc) is used to invoke the specified intel compiler # compile and link options allow you to specify addition command line options for each version rule init ( version ? : command * : options * ) { local condition = [ common.check-init-parameters intel-vxworks : version $(version) ] ; command = [ common.get-invocation-command intel-vxworks : icc : $(command) : /opt/intel_cc_80/bin ] ; common.handle-options intel-vxworks : $(condition) : $(command) : $(options) ; # handle # local library-path = [ feature.get-values : $(options) ] ; # flags intel-vxworks.link USER_OPTIONS $(condition) : [ feature.get-values : $(options) ] ; local root = [ feature.get-values : $(options) ] ; local bin ; if $(command) || $(root) { bin ?= [ common.get-absolute-tool-path $(command[-1]) ] ; root ?= $(bin:D) ; if $(root) { # Libraries required to run the executable may be in either # $(root)/lib (10.1 and earlier) # or # $(root)/lib/architecture-name (11.0 and later: local lib_path = $(root)/lib $(root:P)/lib/$(bin:B) ; if $(.debug-configuration) { ECHO notice\: using intel libraries "::" $(condition) "::" $(lib_path) ; } flags intel-vxworks.link RUN_PATH $(condition) : $(lib_path) ; } } local m = [ MATCH (..).* : $(version) ] ; local n = [ MATCH (.)\\. : $(m) ] ; if $(n) { m = $(n) ; } local major = $(m) ; flags intel-vxworks.compile OPTIONS $(condition)/off : -inline-level=0 ; flags intel-vxworks.compile OPTIONS $(condition)/on : -inline-level=1 ; flags intel-vxworks.compile OPTIONS $(condition)/full : -inline-level=2 ; flags intel-vxworks.link OPTIONS $(condition)/static : [ os.environ LDFLAGS_STATIC ] ; flags intel-vxworks.link OPTIONS $(condition)/shared : [ os.environ LDFLAGS_DYNAMIC ] ; flags intel-vxworks.compile OPTIONS $(condition)/shared : -fPIC ; local minor = [ MATCH ".*\\.(.).*" : $(version) ] ; } SPACE = " " ; flags intel-vxworks.compile OPTIONS ; flags intel-vxworks.compile.c++ OPTIONS ; flags intel-vxworks.compile INCLUDES ; .cpu-type-em64t = prescott nocona core2 corei7 corei7-avx core-avx-i conroe conroe-xe conroe-l allendale merom merom-xe kentsfield kentsfield-xe penryn wolfdale yorksfield nehalem sandy-bridge ivy-bridge haswell broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server cascadelake cooperlake tigerlake ; .cpu-type-amd64 = k8 opteron athlon64 athlon-fx k8-sse3 opteron-sse3 athlon64-sse3 amdfam10 barcelona bdver1 bdver2 bdver3 btver1 btver2 znver1 znver2 ; .cpu-type-x86-64 = $(.cpu-type-em64t) $(.cpu-type-amd64) ; #flags intel-vxworks.compile OPTIONS $(.cpu-type-x86-64)/32 : -m32 ; # -mcmodel=small ; #flags intel-vxworks.compile OPTIONS $(.cpu-type-x86-64)/64 : -m64 ; # -mcmodel=large ; flags intel-vxworks.compile.c OPTIONS off : -w0 ; flags intel-vxworks.compile.c OPTIONS on : -w1 ; flags intel-vxworks.compile.c OPTIONS all : -w2 ; flags intel-vxworks.compile.c OPTIONS extra : -w3 ; flags intel-vxworks.compile.c OPTIONS pedantic : -w3 -Wcheck ; flags intel-vxworks.compile.c OPTIONS on : -Werror-all ; flags intel-vxworks.compile.c++ OPTIONS off : -w0 ; flags intel-vxworks.compile.c++ OPTIONS on : -w1 ; flags intel-vxworks.compile.c++ OPTIONS all : -w2 ; flags intel-vxworks.compile.c++ OPTIONS extra : -w3 ; flags intel-vxworks.compile.c++ OPTIONS pedantic : -w3 -Wcheck ; flags intel-vxworks.compile.c++ OPTIONS on : -Werror-all ; actions compile.c { "$(CONFIG_COMMAND)" -xc $(OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -c -o "$(<)" "$(>)" } actions compile.c++ { "$(CONFIG_COMMAND)" -xc++ $(OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -c -o "$(<)" "$(>)" } flags intel-vxworks ARFLAGS ; .AR = ar ; rule archive ( targets * : sources * : properties * ) { # Always remove archive and start again. # of the archive. # local clean.a = $(targets[1])(clean) ; TEMPORARY $(clean.a) ; NOCARE $(clean.a) ; LOCATE on $(clean.a) = [ on $(targets[1]) return $(LOCATE) ] ; DEPENDS $(clean.a) : $(sources) ; DEPENDS $(targets) : $(clean.a) ; common.RmTemps $(clean.a) : $(targets) ; } actions piecemeal archive { "$(.AR)" $(AROPTIONS) rc "$(<)" "$(>)" } flags intel-vxworks.link USER_OPTIONS ; # Declare actions for linking rule link ( targets * : sources * : properties * ) { SPACE on $(targets) = " " ; # Serialize execution of the 'link' action, since # running N links in parallel is just slower. JAM_SEMAPHORE on $(targets) = intel-vxworks-link-semaphore ; } actions link bind LIBRARIES { "$(CONFIG_COMMAND)" $(USER_OPTIONS) -L"$(LINKPATH)" -o "$(<)" "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) -l$(FINDLIBS-ST) $(OPTIONS) } actions link.dll bind LIBRARIES { "$(CONFIG_COMMAND)" $(USER_OPTIONS) -L"$(LINKPATH)" -o "$(<)" "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) -l$(FINDLIBS-ST) $(OPTIONS) }