sim: accept -EB/-EL short options
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 07:01:28 +0000 (03:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 07:01:28 +0000 (03:01 -0400)
commit21b9b99cd797fd2581ed559b89ec0c2cc6e87edf
treed65b1c51e596a198a92f8951dbd70c3246ae1267
parentb728479074067064ed997a161d3b53feab3476f2
sim: accept -EB/-EL short options

Many GNU tools accept -EB/-EL as short options for selecting big &
little endian modes.  While the sim has an -E option, it requires
spelling out "big" and "little".  Adding support for -EB & -EL is
thus quite trivial, so lets round it out to be less annoying.
sim/common/sim-options.c