Re: [PATCH] RISC-V: List valid -mtune options only once

2024-12-20 Thread Kito Cheng
LGTM Christoph Müllner 於 2024年12月20日 週五 04:13 寫道: > This patch ensures that the list of valid -mtune options > does not contain entries more than once. > The -mtune option accepts CPU identifiers as well as > tuning identifiers and there are cases where a CPU and > its tuning have the same ident

[PATCH] RISC-V: List valid -mtune options only once

2024-12-19 Thread Christoph Müllner
This patch ensures that the list of valid -mtune options does not contain entries more than once. The -mtune option accepts CPU identifiers as well as tuning identifiers and there are cases where a CPU and its tuning have the same identifier. PR116347 gcc/ChangeLog: * common/conf