1. Jul 11, 2023
    • Kito Cheng's avatar
      Add --with-extra-multilib-test option · 3b13360c
      Kito Cheng authored
      NOTE: This is toolchain developer facing feature.
      
      This allow user to add extra testing multi-lib arch, it's useful when
      develop and/or testing new extensions.
      
      Usage:
      
      --with-extra-multilib-test="arch-abi[;arch-abi]"
      
      e.g.
      
      linux enable enabled multilib, so default will build with follwoing
      configuration:
      
      lib32/ilp32;@march=rv32imac@mabi=ilp32
      lib32/ilp32d;@march=rv32imafdc@mabi=ilp32d
      lib64/lp64;@march=rv64imac@mabi=lp64
      lib64/lp64d;@march=rv64imafdc@mabi=lp64d
      
      But you want to testing more on vector stuffs like rv32gcv and rv64gcv,
      then you can configure with `--with-extra-multilib-test="rv32gcv-ilp32d;rv64gcv;lp64d"`
      
      Then the testing will run rv32imac-ilp32 rv32imafdc-ilp32d
      rv64imac-lp64 rv64imafdc-lp64d and rv32gcv-ilp32d;rv64gcv;lp64d!
      
      NOTE: Extra multilib test settings still require existing
      multilib has support those extra settings, e.g. you can't add
      rv32imafc_zbb-ilp32f on above example since no compatible multilib has
      provided.
      3b13360c
  2. Jul 06, 2023
  3. Jul 04, 2023
  4. Jun 30, 2023
  5. Jun 28, 2023
  6. Jun 14, 2023
  7. Jun 13, 2023
  8. Jun 10, 2023
  9. Jun 08, 2023
  10. Jun 07, 2023
  11. Jun 06, 2023
  12. Jun 05, 2023
  13. Jun 04, 2023
  14. Jun 02, 2023
  15. Jun 01, 2023
  16. May 30, 2023
  17. May 27, 2023
  18. May 26, 2023
  19. May 23, 2023