Lines Matching refs:emulation
379 # See if we really can support this configuration with the emulation code.
389 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
391 big) emulation="mipsbelf mipslelf mipself" ;;
392 *) emulation="mipslelf mipsbelf mipself" ;;
396 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
397 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
400 big) emulation="mipsbelf mipslelf mipself" ;;
401 *) emulation="mipslelf mipsbelf mipself" ;;
403 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
408 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
410 i386-*-aout) emulation="i386aout" ;;
411 i386-*-coff) emulation="i386coff" ;;
412 i386-*-elf) emulation="i386elf" ;;
414 # Always all formats. The first stated emulation becomes the default.
415 cris-*-*aout*) emulation="crisaout criself" ;;
416 cris-*-*) emulation="criself crisaout" ;;
419 emulations="$emulations $emulation"
506 # in. This might be only one, it might be up to four. The necessary emulation
554 # e-mips* has more than one emulation per file, e-i386* has just one at the
555 # moment. If only one emulation is specified, then don't define
560 AC_DEFINE(USE_EMULATIONS, 1, [Use emulation support?]) ;;
566 [Default emulation.])
581 dnl AC_SUBST(emulation)