• 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
..
6.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
doc.go Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
span.c Loading commit data...