diff options
-rw-r--r-- | cmake/detect-arch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/detect-arch.c b/cmake/detect-arch.c index c8bad4b..8cae4eb 100644 --- a/cmake/detect-arch.c +++ b/cmake/detect-arch.c @@ -99,6 +99,7 @@ #error archfound riscv64 #elif __riscv_xlen == 32 #error archfound riscv32 + #endif // return 'unrecognized' if we do not know what architecture this is #else |