Lines Matching refs:emulations
124 emulations=""
516 # From target name and format, produce a list of supported emulations.
538 emulations="$emulations $emulation"
548 emulations="$emulations i386coff i386elf"
551 emulations="$emulations i386aout i386elf"
554 emulations="$emulations i386aout i386coff"
561 emulations="$emulations i386coff i386elf"
564 emulations="$emulations i386aout i386elf"
567 emulations="$emulations i386aout i386coff"
576 pe*) emulations="" ;;
642 GAS_UNIQ(emulations)
643 for em in . $emulations ; do
677 DEFAULT_EMULATION=`set . $emulations ; echo $2`
688 AC_DEFINE_UNQUOTED(EMULATIONS, $EMULATIONS, [Supported emulations.])