summaryrefslogtreecommitdiff
path: root/debian/jit-test
blob: f133c26fc52ecbfd0b750f874d7f0c28752c5dcb (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

arch=$(dpkg-architecture -qDEB_HOST_GNU_TYPE)

$arch-gcc debian/jit-test.c -o/dev/null
if [ $? -eq 0 ]; then
   echo "--enable-jit"
fi