ld/arc: Make little endian default choice for linker scripts
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 7 Apr 2016 15:17:08 +0000 (16:17 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 7 Apr 2016 15:17:08 +0000 (16:17 +0100)
commit1a295c62e0ad0b5342fd5b2889d64087be0b5edb
treed73dc92e8aa17a7de44be2597659e4467a427ccc
parentabe051ba82bee9eebbc5149a3b62b057f2d8b14a
ld/arc: Make little endian default choice for linker scripts

When building with --enable-targets=all the target string is not set to
something that matches the pattern arc*-*, and so the script used to
decide if we should build big or little endian linker script currently
exits with an error.

This commit makes little endian linker script be the default, which will
be used when building for all targets, this matches the behaviour from
before I made the endianness switchable, when we only ever built little
endian linker scripts anyway.

ld/ChangeLog:

* emulparams/arc-endianness.sh: Make little endian default choice.
ld/ChangeLog
ld/emulparams/arc-endianness.sh
This page took 0.034158 seconds and 4 git commands to generate.