#!/bin/sh
set -C -e -f -u

cd "$AUTOPKGTEST_TMP"

gnu_type=or1k-elf

touch foo.S
$gnu_type-as foo.S
$gnu_type-nm a.out
$gnu_type-strings a.out
