Tree:
c1ec5800da
__archive__
big-endian
improve-report
kitoc/fix-generate_target_board
master
2021.01.26
2021.03.06
2021.03.17
2021.03.26
2021.04.03
2021.04.07
2021.04.23
2021.06.18
2021.06.26
2021.08.07
2021.08.11
2021.09.10
2021.09.16
2021.09.21
2021.12.22
2022.01.17
2022.02.11
2022.02.12
2022.02.25
2022.03.09
2022.03.25
2022.04.12
2022.04.21
2022.04.22
2022.04.23
2022.05.15
2022.06.03
2022.06.10
2022.08.08
2022.08.18
2022.08.19
2022.08.25
2022.08.26
2022.09.21
2022.09.30
2022.10.11
2022.11.12
2022.11.16
2022.11.18
2022.11.23
2022.12.17
2023.01.03
2023.01.04
2023.01.31
2023.02.21
2023.02.25
2023.03.14
2023.04.18
2023.04.21
2023.04.25
2023.04.29
2023.05.14
2023.05.19
2023.05.24
2023.05.27
2023.05.31
2023.06.02
2023.06.09
2023.07.05
2023.07.07
2023.09.13
2023.09.26
2023.09.27
2023.10.06
2023.10.12
2023.10.17
2023.10.18
2023.11.08
2023.11.17
2023.11.20
2023.11.22
2023.12.12
2023.12.14
2023.12.20
2024.02.02
2024.03.01
2024.04.12
before-fsf-gdb
rvv-0.8
v20170503
v20170612
v20170818
v20171107
v20171231
v20180629
${ noResults }
1 Commits (c1ec5800da994d9d532efcaf372b526a52b2434a)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
c1ec5800da |
Extend semantic for option '--with-extra-multilib-test'
The `--with-extra-multilib-test` take the format like below for now. "<arch>-<abi>-[code-model][;<arch>-<abi>-[code-model]*" This patch would like to extend the sematic to support additional buil options for each combination. Aka: "<arch>-<abi>-[code-model][:opts]*[;<arch>-<abi>-[code-model][:opts]*]*" opts can be one or more build options splited by ':'. For example as below: * --param=riscv-autovec-lmul=m1 * --param=riscv-autovec-lmul=dynamic:--param=riscv-autovec-preference=fixed-vlmax Thus the full example of the option `--with-extra-multilib-test` will be: `rv64gcv_zvl128b-lp64d:--param=riscv-autovec-lmul=m1;rv64gcv_zvl256b-lp64d:- -param=riscv-autovec-lmul=dynamic:--param=riscv-autovec-preference=fixed-vlmax` Signed-off-by: Pan Li <pan2.li@intel.com> |
3 years ago |