184865Sobrien# This is the binutils target specific file.  This is invoked by the
284865Sobrien# autoconf generated configure script.  Putting it in a separate shell
384865Sobrien# file lets us skip running autoconf when modifying target specific
484865Sobrien# information.
584865Sobrien
684865Sobrien# This file switches on the shell variable ${targ}, and sets the
784865Sobrien# following shell variables:
884865Sobrien# targ_emul		name of emulation to use
984865Sobrien# targ_emul_vector	name of vector to use
1084865Sobrien
1184865Sobriencase "${targ}" in
1284865Sobrien    powerpc-*-aix5* | rs6000-*-aix5*)
1384865Sobrien	targ_emul=aix 
1484865Sobrien	targ_emul_vector=bin_aix5_emulation 
1584865Sobrien        ;;
1684865Sobrien
1784865Sobrien    powerpc-*-aix4.3* | rs6000-*-aix4.3*)
1884865Sobrien	targ_emul=aix 
1984865Sobrien        targ_emul_vector=bin_aix_emulation 
2084865Sobrien        ;;
2184865Sobrien
2284865Sobrien    *)
2384865Sobrien        targ_emul=vanilla 
2484865Sobrien        targ_emul_vector=bin_vanilla_emulation 
2584865Sobrien        ;;
2684865Sobrienesac
2784865Sobrien