diff options
Diffstat (limited to 'ld/scripttempl/elfmips.sc')
-rw-r--r-- | ld/scripttempl/elfmips.sc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/elfmips.sc b/ld/scripttempl/elfmips.sc index 3d1c250..19f3e72 100644 --- a/ld/scripttempl/elfmips.sc +++ b/ld/scripttempl/elfmips.sc @@ -27,6 +27,7 @@ if [ -z "$ENTRY" ]; then case "${target}" in mips*-*-irix5*) ENTRY=__start ;; + mips*-*-linux*) ENTRY=__start ;; *) ENTRY=_start ;; esac fi |