mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
Mon Jan 22 13:01:35 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile.in (GENSCRIPTS): Pass @host@ @target@ @target_alias@. * genscripts.sh: Set host, target and target_alias variables. Check for native compile by comparing ${target} and ${host}. * emultempl/elf32.em: Likewise. * scripttempl/elfmips.sc: Test ${target}, not ${target_alias}.
This commit is contained in:
parent
16ce20d4d7
commit
7df4ba266b
@ -1,3 +1,11 @@
|
||||
Mon Jan 22 13:01:35 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* Makefile.in (GENSCRIPTS): Pass @host@ @target@ @target_alias@.
|
||||
* genscripts.sh: Set host, target and target_alias variables.
|
||||
Check for native compile by comparing ${target} and ${host}.
|
||||
* emultempl/elf32.em: Likewise.
|
||||
* scripttempl/elfmips.sc: Test ${target}, not ${target_alias}.
|
||||
|
||||
Mon Jan 22 11:03:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* scripttempl/elfppc.sc: Refine eabi support to better support
|
||||
|
@ -24,7 +24,7 @@
|
||||
# targets. This is for compatibility with Irix 5, and with old MIPS
|
||||
# ELF toolchains.
|
||||
if [ -z "$ENTRY" ]; then
|
||||
case "${target_alias}" in
|
||||
case "${target}" in
|
||||
mips*-*-irix5*) ENTRY=__start ;;
|
||||
*) ENTRY=_start ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user