You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
207 B

  1. --- a/src/hd/hd.c
  2. +++ b/src/hd/hd.c
  3. @@ -156,6 +156,10 @@
  4. #define HD_ARCH "riscv"
  5. #endif
  6. +#ifdef __arc__
  7. +#define HD_ARCH "arc"
  8. +#endif
  9. +
  10. typedef struct disk_s {
  11. struct disk_s *next;
  12. unsigned crc;