From 12a132db164ea95e9e457427c2c97005f94c5a70 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Feb 2016 10:05:51 -0600 Subject: Add aarch64-*-rtems* target --- gas/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas') 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 ;; -- cgit v1.1