#!/bin/sh# case "${1}" inx86_64) echo x86_64-pc-none; ;;x86_64-nt64-midipix) echo x86_64-nt64-midipix; ;;*) echo "${1}"; ;;esac; # vim:filetype=sh