Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

gcc-4.8: add library paths reported by system linker #691

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 22, 2016

  1. gcc-4.8: add library paths reported by system linker

    Right now only part of the system's libc is symlinked into the conda env - namely the startup files crtXXX.o.
    In addition the path to the actual shared object libc.so also needs to be added to the spec file in case a custom
    linker is used inside the conda env (e.g. because binutils is requested).
    Sven Peter committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    84c9228 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. gcc-4.8: use system linker to find SEARCH_DIRs

    Sven Peter committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    c526ef8 View commit details
    Browse the repository at this point in the history
  2. gcc-4.8: bump build version

    Sven Peter committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    bbdf206 View commit details
    Browse the repository at this point in the history