From d1e063beb43e595680c65e3804d1f8ddff53373b Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sat, 18 Nov 2006 23:48:07 +0100 Subject: Imported Debian version 0.3.8.8 --- common/print_outputformat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 common/print_outputformat (limited to 'common/print_outputformat') diff --git a/common/print_outputformat b/common/print_outputformat new file mode 100755 index 0000000..5593a3c --- /dev/null +++ b/common/print_outputformat @@ -0,0 +1,9 @@ +#!/bin/sh + +# default to ecoff + +case $1 in + ip32 | IP32) echo "elf32-tradbigmips" ;; + ip22 | IP22) echo "ecoff-bigmips" ;; + *) echo "ecoff-bigmips" ;; +esac -- cgit v1.2.3