#!/bin/sh

topdir=`dirname $0`

exec @compiler@ -nostdlib -I $topdir/stdlib -I $topdir/bytecomp "$@"
