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

12 Commits

Author SHA1 Message Date
Vladimir Prus
698d25a474 Properly generated flag for intel/<compatibility>vc.
* intel-win.jam (init): Strip 'vc' from the
	version passed to msvc.configure-verion-specific.
	* msvc.jam (configure-version-specific): Accept '6' and '7',
	not just 6.N and 7.N.


[SVN r35071]
2006-09-12 09:28:11 +00:00
Vladimir Prus
5c73310d3b Another intel fix
[SVN r35045]
2006-09-08 10:51:40 +00:00
Vladimir Prus
efdbfe6adf * build/toolset.jam
(push-checking-for-flags-module): New.
	(pop-checking-for-flags-module): New.
	(flags): Don't error out if 'unchecked' was last
	pushed.
	(inherit-flags): Improve comments.

	* tools/intel-win.jam
	(init): Add /lib for intel-win.archive command.
	Call msvc.configure-version-specific at the end.

	* tools/msvc.jam
	(configure-version-specific): New parameter 'toolset'.
	(configure-really): Adjust for above.


[SVN r35032]
2006-09-07 07:50:38 +00:00
Vladimir Prus
10ead373c3 Disable various frontend options that seem to cause ICE's with intel 9.0.
[SVN r33542]
2006-04-05 07:10:36 +00:00
Vladimir Prus
fa55fb35dc Robostify
[SVN r31067]
2005-09-21 13:41:48 +00:00
Dave Abrahams
6b1d811f50 This change was required in order to get it to work on my installations.
[SVN r29193]
2005-05-25 19:04:12 +00:00
Vladimir Prus
a21b636efd Fix typo.
Thanks to Van Nguyen for the bug report.


[SVN r26210]
2004-11-15 07:22:47 +00:00
Vladimir Prus
18b96d9ce7 Make third 'init' parameter for all toolsets be 'options', so use can
write

   using gcc : ... : ... : <cxxflags>foo <linkflags>bar ;

* tools/common.jam (handle-options): The login for setting the common
options.


[SVN r25767]
2004-10-18 09:57:37 +00:00
Vladimir Prus
5626978bc2 Allow each toolset to accept multielement command. Each element will be
individually quoted, and check-for-existance will be applied only to
the first element.


[SVN r23246]
2004-06-29 06:21:21 +00:00
Vladimir Prus
1d9874190d Add more std comformance options for intel when not in vc-compatible mode.
The options were contributed by Jurgen.


[SVN r23139]
2004-06-21 10:56:32 +00:00
Vladimir Prus
278c67add8 Improve initialization of intel and sun compilers.
[SVN r23138]
2004-06-21 10:52:11 +00:00
Vladimir Prus
245577ae5c Added the Intel toolset support.
[SVN r22966]
2004-05-28 12:04:36 +00:00