fix comment
This commit is contained in:
parent
515c71428d
commit
de386cf61f
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@
|
||||||
# when specifying the start address of the next.
|
# when specifying the start address of the next.
|
||||||
#
|
#
|
||||||
|
|
||||||
# We use a start address of __start for Irix 5, _start for other
|
# We use a start address of __start for Irix 5 and GNU/Linux/MIPS,
|
||||||
# targets. This is for compatibility with Irix 5, and with old MIPS
|
# _start for other targets. This is for compatibility with Irix 5,
|
||||||
# ELF toolchains.
|
# and with old MIPS ELF toolchains.
|
||||||
if [ -z "$ENTRY" ]; then
|
if [ -z "$ENTRY" ]; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
mips*-*-irix5*) ENTRY=__start ;;
|
mips*-*-irix5*) ENTRY=__start ;;
|
||||||
|
|
Loading…
Reference in a new issue