pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/gcc-aux



Module Name:    pkgsrc
Committed By:   marino
Date:           Fri Aug  3 08:53:57 UTC 2012

Modified Files:
        pkgsrc/lang/gcc-aux: Makefile
        pkgsrc/lang/gcc-aux/files: diff-core diff-cxx-testsuite

Log Message:
lang/gcc-aux: add gcc-aux/lib runpath to LINK_SPEC

The libraries of gcc-aux are not located on standard search paths for
the runtime linker to find.  Moreover, libraries from other versions
of gcc may be and in that case rtld will link the wrong library.  To
fix this, an rpath to ${PREFIX}/gcc-aux/lib will be inserted into every
dynamic binary created by gcc-aux.

Other changes include:
1) simpler and more robust detection of an existing gcc-aux compiler to
   be used rather than the older bootstrap compiler.
2) Fixed FreeBSD support.  FreeBSD bootstraps are available but not yet
   listed due to lack of testing (however, it should work out of the box)
3) Fixed some c++ testsuite directives for dejagnu


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc-aux/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc-aux/files/diff-core \
    pkgsrc/lang/gcc-aux/files/diff-cxx-testsuite

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index