diff options
author | Stafford Horne <shorne@gmail.com> | 2017-12-09 05:57:25 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-12-12 23:46:53 +0900 |
commit | 0cd79707332aef140efa2275363c40aaaeba1c22 (patch) | |
tree | f47e0514a7617969e086370f8a06c0b68c9b2809 /sim/configure | |
parent | 6e51bfa75535439cc66039bcf4e8ebf16e8fe124 (diff) | |
download | binutils-gdb-0cd79707332aef140efa2275363c40aaaeba1c22.tar.gz |
sim: or1k: add autoconf generated files
These are separted out to make the patch easier to read and smaller.
sim/ChangeLog:
2017-12-12 Stafford Horne <shorne@gmail.com>
Peter Gavin <pgavin@gmail.com>
* configure: Regenerated.
* or1k/aclocal.m4: Generated.
* or1k/config.in: Generated.
* or1k/configure: Generated.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure index 243ecc90e3c..b90152e7fbe 100755 --- a/sim/configure +++ b/sim/configure @@ -653,6 +653,7 @@ microblaze mips mn10300 moxie +or1k msp430 rl78 rx @@ -3770,6 +3771,14 @@ subdirs="$subdirs aarch64" ;; + or1k-*-* | or1knd-*-*) + + sim_arch=or1k + subdirs="$subdirs or1k" + + + sim_testsuite=yes + ;; rl78-*-*) sim_arch=rl78 |