2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Vladimir Prus
b6ccdc495a Don't inherit PCH generators, since they probably don't work.
[SVN r51481]
2009-02-28 11:57:44 +00:00
John Maddock
7383a8c9c8 Add additional search path for libraries with Intel on Linux or Darwin: Intel-11 and later has changed the installation directory structure compared to previous versions.
[SVN r50389]
2008-12-27 13:46:34 +00:00
Vladimir Prus
617419217c Don't inherit mingw generators
[SVN r49605]
2008-11-05 21:49:56 +00:00
K. Noel Belcourt
0c5d3e7493 Fixup patch to intel-darwin.jam so it looks and
reads a bit better.



[SVN r44746]
2008-04-24 01:40:31 +00:00
K. Noel Belcourt
4781a9ecf9 Fixed intel-darwin unresolved symbols by changing the
wide integer type from unsigned int (which managles as
a 'j') to an int (which mangles as an 'i').  This
change makes intel-darwin generated code match the 
darwin toolset generated code.

Intel reports this won't be fixed in 10.1 because it's
an ABI breanking chanage so we won't see this patched 
until the 10.2 compilers.



[SVN r44729]
2008-04-23 01:35:01 +00:00
K. Noel Belcourt
3e0976f5e3 Fix typo (forgot space before semi-colon).
[SVN r43920]
2008-03-29 02:03:29 +00:00
K. Noel Belcourt
08c8e6d412 Fix address-model support for 32/64 bit code generation.
Replaced -mcmodel with -m32 / -m64.



[SVN r43900]
2008-03-28 02:10:04 +00:00
K. Noel Belcourt
b8758c8539 I've added the -single_module option to the intel-darwin.link.dll
action to fix this linker error when linking dylibs:

ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
boost/bin.v2/libs/system/build/intel-darwin-9.1/debug/macosx-version-10.4/error_code.o 
  definition of common __ZGVZNK5boost6system14error_category7messageEiE1s (size 16)
boost/bin.v2/libs/system/build/intel-darwin-9.1/debug/macosx-version-10.4/error_code.o 
  definition of common __ZZNK5boost6system14error_category7messageEiE1s (size 16)

though I would note that the common symbols problem occurs in a number of
other libraries (test, graph, spirit, ...) as well.



[SVN r43179]
2008-02-08 17:53:50 +00:00
K. Noel Belcourt
6e09d6095b Fixed a typo to yesterdays patch.
[SVN r42971]
2008-01-25 19:52:47 +00:00
K. Noel Belcourt
75d773af11 Changed the -soname and -shared options in intel-darwin.jam
to use -dynamiclib and -install_name, as done in darwin.jam.
Apparently the Intel compilers on the Mac support the same 
options as gcc for setting the internal dynamic library name.



[SVN r42960]
2008-01-25 04:41:16 +00:00
K. Noel Belcourt
0d58137ae0 Add support for intel-darwin toolset and fix
intel.jam to dispatch intel toolset on darwin to
intel-darwin.



[SVN r42309]
2007-12-26 22:17:03 +00:00