diff options
author | Joel Sherrill <joel@rtems.org> | 2016-02-25 10:05:51 -0600 |
---|---|---|
committer | Joel Sherrill <joel@rtems.org> | 2016-02-26 14:07:27 -0600 |
commit | 12a132db164ea95e9e457427c2c97005f94c5a70 (patch) | |
tree | d2ea6902df7e92e52c1242bd7743e021aa380ce5 /gas/configure.tgt | |
parent | f73dbb0e48ef50d2743fed89b68530b731329f05 (diff) | |
download | gdb-12a132db164ea95e9e457427c2c97005f94c5a70.zip gdb-12a132db164ea95e9e457427c2c97005f94c5a70.tar.gz gdb-12a132db164ea95e9e457427c2c97005f94c5a70.tar.bz2 |
Add aarch64-*-rtems* target
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 5ba5700..75470e4 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -120,7 +120,7 @@ esac generic_target=${cpu_type}-$vendor-$os # Note: This table is alpha-sorted, please try to keep it that way. case ${generic_target} in - aarch64*-*-elf) fmt=elf;; + aarch64*-*-elf | aarch64*-*-rtems*) fmt=elf;; aarch64*-*-linux*) fmt=elf em=linux ;; alpha-*-*vms*) fmt=evax ;; |