aboutsummaryrefslogtreecommitdiff
path: root/common/print_outputformat
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2008-10-04 12:15:43 +0000
committerGuido Günther <agx@sigxcpu.org>2009-01-11 18:11:50 +0100
commit9b278b0264d12e3a9c2b5468fd3333fad1fb45f5 (patch)
tree55dbc389f531d2e4db3cce738d8056d8e3b44b17 /common/print_outputformat
parent0b1d5fa90eabd98e3d69734ce1cdcef949d3fb30 (diff)
Remove print_loadaddr and print_outputformat
replace by makefile defines
Diffstat (limited to 'common/print_outputformat')
-rwxr-xr-xcommon/print_outputformat9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/print_outputformat b/common/print_outputformat
deleted file mode 100755
index 5593a3c..0000000
--- a/common/print_outputformat
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# default to ecoff
-
-case $1 in
- ip32 | IP32) echo "elf32-tradbigmips" ;;
- ip22 | IP22) echo "ecoff-bigmips" ;;
- *) echo "ecoff-bigmips" ;;
-esac