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 /ld/configure.tgt | |
parent | f73dbb0e48ef50d2743fed89b68530b731329f05 (diff) | |
download | gdb-12a132db164ea95e9e457427c2c97005f94c5a70.zip gdb-12a132db164ea95e9e457427c2c97005f94c5a70.tar.gz gdb-12a132db164ea95e9e457427c2c97005f94c5a70.tar.bz2 |
Add aarch64-*-rtems* target
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 71df274..aabcfc0 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 ;; |