mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 10:02:26 +00:00
* configure.in (cris-*-*): Change default emulation to criself.
(cris-*-*aout*): New rule. * configure: Regenerate.
This commit is contained in:
parent
2fc3ac7ed8
commit
f9c191122c
@ -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
498
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user