diff options
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/configure b/bfd/configure index 58449ee..53263db 100755 --- a/bfd/configure +++ b/bfd/configure @@ -13658,6 +13658,16 @@ test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selar +case "${target_cpu}" in + riscv*) + +cat >>confdefs.h <<_ACEOF +#define RISCV_TARGET_VENDOR "${target_vendor}" +_ACEOF + + ;; +esac + # If we are configured native, pick a core file support file. COREFILE= COREFLAG= |