* configure.tgt (cris-*-*): Change default emulation to criself.
(cris-*-*aout*): New rule.
This commit is contained in:
parent
b9d8899626
commit
1268a053f8
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-27 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* configure.tgt (cris-*-*): Change default emulation to criself.
|
||||||
|
(cris-*-*aout*): New rule.
|
||||||
|
|
||||||
2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
|
2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
|
||||||
|
|
||||||
* emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
|
* emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
|
||||||
|
@ -23,9 +23,12 @@ arm-*-pe) targ_emul=armpe ;
|
|||||||
arc-*-elf*) targ_emul=arcelf ;;
|
arc-*-elf*) targ_emul=arcelf ;;
|
||||||
avr-*-*) targ_emul=avr85xx
|
avr-*-*) targ_emul=avr85xx
|
||||||
targ_extra_emuls="avr1200 avr23xx avr44x4 avr4433 avrmega603 avrmega103 avrmega161" ;;
|
targ_extra_emuls="avr1200 avr23xx avr44x4 avr4433 avrmega603 avrmega103 avrmega161" ;;
|
||||||
cris-*-*) targ_emul=crisaout
|
cris-*-*aout*) targ_emul=crisaout
|
||||||
targ_extra_emuls="criself crislinux"
|
targ_extra_emuls="criself crislinux"
|
||||||
targ_extra_libpath=$targ_extra_emuls ;;
|
targ_extra_libpath=$targ_extra_emuls ;;
|
||||||
|
cris-*-*) targ_emul=criself
|
||||||
|
targ_extra_emuls="crisaout crislinux"
|
||||||
|
targ_extra_libpath=$targ_extra_emuls ;;
|
||||||
d10v-*-*) targ_emul=d10velf ;;
|
d10v-*-*) targ_emul=d10velf ;;
|
||||||
d30v-*-*ext*) targ_emul=d30v_e; targ_extra_emuls="d30velf d30v_o" ;;
|
d30v-*-*ext*) targ_emul=d30v_e; targ_extra_emuls="d30velf d30v_o" ;;
|
||||||
d30v-*-*onchip*) targ_emul=d30v_o; targ_extra_emuls="d30velf d30v_e" ;;
|
d30v-*-*onchip*) targ_emul=d30v_o; targ_extra_emuls="d30velf d30v_e" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user