2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Toon Knapen
d1c7da34a8 clear STDHDRS variable to prevent '/usr/include' to be added as include path
[SVN r24890]
2004-09-03 12:48:14 +00:00
Rene Rivera
cd843c4d01 Fix overloaded use of STDHDRS between toolset standard headers and <sysinclude> headers.
Fix wrongly included toolset standard headers instead of STLport headers.
Remove obsolete toolsets.


[SVN r24842]
2004-09-01 05:37:03 +00:00
Rene Rivera
a4f6b4362b Fix missing link flags when building executables from the regression test system. The use of flags .. <target-type>EXE does not work because the target type is set to the main target (RUN from ther test system). Use gTARGET_TYPE instead which is set.
[SVN r21876]
2004-01-22 03:40:10 +00:00
Toon Knapen
35b21567d2 added '-brtl' flag for linking an executable with dynamic libraries
[SVN r21753]
2004-01-15 13:52:14 +00:00
Toon Knapen
b9b5ffa1d9 removed Aix-Implib-Action and added '-G' flag to link shared libraries on AIX
[SVN r21528]
2004-01-07 14:00:49 +00:00
Rene Rivera
1ddc593144 Add setting of link path to attempt fix for linking shared objects in regression tests.
[SVN r21454]
2004-01-03 15:44:40 +00:00
Rene Rivera
8bcaeafdde Possible fix for dynamic linking.
[SVN r21436]
2003-12-31 18:04:49 +00:00
Markus Schöpflin
82702ed13c Merged from branch RC_1_30_0 to trunk.
[SVN r17735]
2003-03-05 15:40:23 +00:00
Markus Schöpflin
79c5388217 Added compiler command line option -qcpluscmt when compiling C sources
to allow C++ comments.


[SVN r17489]
2003-02-17 16:19:54 +00:00
Markus Schöpflin
d2930b7cda Added variable VA_BIN. This allows to create extended toolsets which
override the location of the compiler installation.


[SVN r17402]
2003-02-14 14:45:30 +00:00
Markus Schöpflin
d193b82173 More fixes merged from release branch.
[SVN r16421]
2002-11-26 13:46:44 +00:00
Markus Schöpflin
1e0f891c75 Merged fixes from the release branch.
[SVN r15605]
2002-10-01 12:52:02 +00:00
Dave Abrahams
cd9257d1c5 Apply patch from "Markus Schöpflin" <markus.schoepflin@ginit-technology.com>
Also fix typo excpetion->exception


[SVN r15455]
2002-09-19 17:06:10 +00:00
Rene Rivera
bc4294371e Updated from Markus Shoepflin. Compiler selected based on threading option and C/C++, support for rtti and exception-handling features.
[SVN r15266]
2002-09-11 15:31:43 +00:00
Toon Knapen
f5e70d6708 added LIBPATH, FINDLIBS and NEEDLIBS
[SVN r15182]
2002-09-06 17:58:10 +00:00
Dave Abrahams
25d497749d Merged aix_so branch
[SVN r14032]
2002-05-23 22:42:40 +00:00
Dave Abrahams
a04188b6cd strip symbols in linker when <debug-symbols>off
[SVN r12931]
2002-02-24 23:40:45 +00:00
Toon Knapen
52adb93771 flags declarations used xlc instead of the real toolset name : vacpp
[SVN r12752]
2002-02-08 11:32:26 +00:00
Rene Rivera
ae74b2af93 Added <arflags> feature to all toolsets.
[SVN r12710]
2002-02-04 21:05:31 +00:00
Rene Rivera
c19407c604 - Moved <suppress> code to support it for all target types.
- Added <linkflags> feature.
- Added <sysinclude> and <linkflags> to all toolsets.
- Documented existing changes to "variant" inheritance.


[SVN r12408]
2002-01-21 22:25:03 +00:00
Dave Abrahams
5e6d8fbb0f Integrated Vladimir Prus' improvements
[SVN r11612]
2001-11-06 15:55:45 +00:00
Toon Knapen
905ddfad4d Added comments describing the compiler (and the platforms) at the request of Beman
[SVN r10898]
2001-08-20 10:30:22 +00:00
Toon Knapen
adf4860041 Jam rules specific to the IBM/Visual Age compiler
[SVN r10851]
2001-08-13 13:15:14 +00:00