#!/bin/bash --

# $Id: ld,v 1.1 2002/07/28 23:08:00 bsittler Exp $
#
# This bash program runs the linker from the SMOKE-16 v1 toolset with
# options to make it produce object files compatible with the tools in
# the SMOKE-16 "v0" toolset.
#

exec -a "$0" "$(dirname "$0")"/../bin/"$(basename "$0")" -A v0 "$@"
