• 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
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libcgo Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.cmd Loading commit data...
Make.conf Loading commit data...
Make.pkg Loading commit data...
all-arm.bash Loading commit data...
all-nacl.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...