repo.or.cz
/
nacl-build.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix build on karmic: Work around Python/tar bug
[nacl-build.git]
/
override-bin
/
gcc
blob
48cb64a624a987b9a0037a99fdc6adb21b9ccacc
1
#!/bin/sh
2
3
# --as-needed makes gcc disregard the -pthread argument that Python's
4
# setup.py passes to gcc.
5
exec
nacl-glibc-gcc
-Wl
,
--as-needed
"$@"