diff options
author | Russ Cox <rsc@golang.org> | 2010-06-30 23:31:27 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2010-06-30 23:31:27 -0700 |
commit | 94a61eaf452acf5b9ac7fd24e5b1ac16bf03cc48 (patch) | |
tree | c0c2aab135ee32235cc1e035a8e6ff1298c1bb6f /lib/codereview/codereview.py | |
parent | dbdbfcf74725a012a6b111697f31db87bc3d392a (diff) | |
download | golang-94a61eaf452acf5b9ac7fd24e5b1ac16bf03cc48.tar.gz |
cgo: use slash-free relative paths for .so references
The Makefile and cgo now rewrite / to _ when creating the path.
The .so for gosqlite.googlecode.com/hg/sqlite is named
cgo_gosqlite.googlecode.com_hg_sqlite.so, and then 6l and 8l
both include a default rpath of $GOROOT/pkg/$GOOS_$GOARCH.
This should make it easier to move binaries from one system
to another.
Fixes issue 857.
R=iant, r
CC=golang-dev
http://codereview.appspot.com/1700048
Diffstat (limited to 'lib/codereview/codereview.py')
0 files changed, 0 insertions, 0 deletions