Changes between Initial Version and Version 1 of Ticket #3858


Ignore:
Timestamp:
2016-04-19T05:26:04Z (9 years ago)
Author:
Rüdiger Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3858 – Description

    initial v1  
    55to be able to already use gcc5 on systems that still were based on gcc4 and the old ABI.
    66
    7 Meanwhile gcc5 is becoming the standard compiler and recent boost 1.58 libraries finally require the new ABI. [changeset:f0613dd/OMCompiler] accounts for this.
     7Meanwhile gcc5 is becoming the standard compiler and recent binary distributions of boost 1.58 finally require the new ABI. [changeset:f0613dd/OMCompiler] accounts for this.
    88
    99The change works on systems with the old ABI and on systems with the new ABI, provided the default system compiler is used for the Cpp runtime.