]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config.host
RISC-V: Handle vlenb correctly in unwinding
[thirdparty/gcc.git] / libgcc / config.host
index 70d47e08e40458a7a96d73ed492f43dcf82702f1..b9975de902357576003cf391850fef2dc336aee1 100644 (file)
@@ -1559,6 +1559,9 @@ aarch64*-*-*)
        # ILP32 needs an extra header for unwinding
        tm_file="${tm_file} aarch64/value-unwind.h"
        ;;
+riscv*-*-*)
+       tm_file="${tm_file} riscv/value-unwind.h"
+       ;;
 esac
 
 # Setup to build a shared libgcc for VxWorks when that was requested,