#! /bin/bash
# wrapper to cause gnatgcc read appropriate specs and search for the right .h
# files (in case no matching gcc is installed)
BINDIR=$(dirname $0)
# all the paths should be absolute, since we may be called from any place
${BINDIR}/gnatgcc_2wrap -specs="${BINDIR}/../lib/gnatgcc/powerpc-unknown-linux-gnu/4.1/specs" -I"${BINDIR}/../lib/gnatgcc/powerpc-unknown-linux-gnu/4.1/include" $@
