• Ian Lance Taylor's avatar
    Add -r option to 6l/8l/5l. · e6443f62
    Ian Lance Taylor authored
    This permits more flexibility with cgo and swig in cases where
    the program is run on a machine other than the one on which it
    is built.  Rather than storing the absolute path to the shared
    library in the DT_NEEDED entry, we can store just the name,
    and let the dynamic linker find it using DT_RUNPATH or the
    LD_LIBRARY_PATH environment variable.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/223068
    e6443f62
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...