Ticket #3692: Jamroot-como-toolset.patch

File Jamroot-como-toolset.patch, 512 bytes (added by Mateusz Loskot (mloskot) <mateusz@…>, 13 years ago)

Boost-wide settings for Comeau C++ compiler

  • Jamroot

     
    186186      # The standard library Sun compilers use by default has no chance
    187187      # of working with Boost. Override it.
    188188      <toolset>sun:<stdlib>sun-stlport
     189      # Comeau does not support shared lib
     190      <toolset>como:<link>static
     191      <toolset>como-linux:<define>_GNU_SOURCE=1
    189192    : usage-requirements <include>.
    190193    : build-dir bin.v2
    191194    ;