#!/bin/bash

# This script invokes the linker for the gcc version that is used by the
# RALF framework.

LD=/usr/local/arm/3.3.2/bin/arm-linux-gcc
$LD $*
