Fix build on karmic: Work around Python/tar bug
[nacl-build.git] / override-bin / gcc
blob48cb64a624a987b9a0037a99fdc6adb21b9ccacc
1 #!/bin/sh
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 "$@"