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 --- ld/configure.tgt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ld') diff --git a/ld/configure.tgt b/ld/configure.tgt index 71df2749acc..aabcfc0cd74 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -47,7 +47,8 @@ targ64_extra_libpath= case "${targ}" in aarch64_be-*-elf) targ_emul=aarch64elfb targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b armelfb armelf" ;; -aarch64-*-elf) targ_emul=aarch64elf +aarch64-*-elf | aarch64-*-rtems*) + targ_emul=aarch64elf targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" ;; aarch64-*-cloudabi*) targ_emul=aarch64cloudabi targ_extra_emuls=aarch64cloudabib ;; -- cgit v1.2.1