HomePhabricator

build: change reduce exports/static libstdc++ options for gitian and travis
06715165f921Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

build: change reduce exports/static libstdc++ options for gitian and travis

For Gitian releases:

  • Windows builds remain unchanged. libstdc++ was already linked statically.
  • OSX builds remain unchanged. libstdc++ is tied to the SDK and not worth messing with.
  • Linux builds now statically link libstdc++.

For Travis:

  • Match the previous behavior by adding --enable-reduce-exports as necessary.
  • Use static libstdc++ for the full Linux build.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Feb 23 2015, 23:18
deadalnixPushed on May 14 2017, 22:04
Parents
rABCaa3673064c5c: build: remove libstdc++ backwards-compat
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABC06715165f921: build: change reduce exports/static libstdc++ options for gitian and travis (authored by Cory Fields <cory-nospam-@coryfields.com>).Feb 23 2015, 23:22