summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/bin/pyxcc
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pyrex/pyrex-0.9.9/bin/pyxcc')
-rwxr-xr-xdebian/pyrex/pyrex-0.9.9/bin/pyxcc15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/pyrex/pyrex-0.9.9/bin/pyxcc b/debian/pyrex/pyrex-0.9.9/bin/pyxcc
deleted file mode 100755
index d1f96df2..00000000
--- a/debian/pyrex/pyrex-0.9.9/bin/pyxcc
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-export MACOSX_DEPLOYMENT_TARGET=10.3
-ver=2.3
-if [ $1 == -p ]; then
- ver=$2
- shift 2
-fi
-base=$1
-gcc -g -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp \
- -mno-fused-madd -fno-common -dynamic -Wno-long-long \
- -Wno-unused-function \
- -I/Library/Frameworks/Python.framework/Versions/$ver/Headers \
- $base.c
-gcc -Wl,-F.,-w -bundle -undefined dynamic_lookup \
- $base.o -o $base.so