From: Joel Sherrill Date: Tue, 22 Jul 2014 00:10:52 +0000 (-0500) Subject: or1k: RTEMS target support and simplify matching X-Git-Tag: hjl/linux/release/2.24.51.0.4~1^2~10^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a196b99a86d56775aa60043aa41a8a4fa228013;p=thirdparty%2Fbinutils-gdb.git or1k: RTEMS target support and simplify matching * gas/configure.tgt (or1k*-*-rtems*): Ensure a match. (or1k*-*-*): Use or1k* to match or1knd and or1kZ. Signed-off-by: Christian Svensson --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d094926f6b8..c44b7cc9f90 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2014-07-27 Joel Sherrill + + Add RTEMS target support and simplify matching + + * gas/configure.tgt (or1k*-*-rtems*): Ensure a match. + (or1k*-*-*): Use or1k* to match or1knd and or1kZ. + 2014-07-27 Anthony Green * configure.tgt (generic_target): Add moxie-*-moxiebox* diff --git a/gas/configure.tgt b/gas/configure.tgt index 877f34d3e81..9319d33580c 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -358,9 +358,8 @@ case ${generic_target} in ns32k-pc532-lites*) fmt=aout em=nbsd532 ;; ns32k-*-*n*bsd*) fmt=aout em=nbsd532 ;; - or1k-*-elf | or1knd-*-elf | or1k-*-rtems*) - fmt=elf endian=big ;; - or1k-*-linux* | or1knd-*-linux*) fmt=elf em=linux endian=big ;; + or1k*-*-elf | or1k*-*-rtems*) fmt=elf endian=big ;; + or1k*-*-linux*) fmt=elf em=linux endian=big ;; pj*) fmt=elf ;;