* configure.in (cris-*-*): Change default emulation to criself.

(cris-*-*aout*): New rule.
	* configure: Regenerate.
This commit is contained in:
Hans-Peter Nilsson 2001-03-27 02:48:19 +00:00
parent 2fc3ac7ed8
commit f9c191122c
3 changed files with 264 additions and 245 deletions

View File

@ -1,3 +1,9 @@
2001-03-27 Hans-Peter Nilsson <hp@axis.com>
* configure.in (cris-*-*): Change default emulation to criself.
(cris-*-*aout*): New rule.
* configure: Regenerate.
2001-03-26 Martin Schwidefsky <schwidefsky@de.ibm.com>
* config/tc-s390.c (tc_s390_fix_adjustable): Add test for

498
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -621,8 +621,9 @@ changequote([,])dnl
i386-*-coff) emulation="i386coff" ;;
i386-*-elf) emulation="i386elf" ;;
# Always all formats. Having a.out first makes it the default.
cris-*-*) emulation="crisaout criself" ;;
# Always all formats. The first stated emulation becomes the default.
cris-*-*aout*) emulation="crisaout criself" ;;
cris-*-*) emulation="criself crisaout" ;;
esac
emulations="$emulations $emulation"