Re: [PATCH v3] RISC-V: Add --with-cmodel configure option

2024-12-06 Thread Kito Cheng
committee to trunk On Thu, Dec 5, 2024 at 2:59 PM Kito Cheng wrote: > > From: Hau Hsu > > Sometimes we want to use default cmodel other than medlow. Add a GCC > configure option for that. > > gcc/ChangeLog: > > * config.gcc (riscv*-*-*): Add support for --with-cmodel configure > option.

[PATCH v3] RISC-V: Add --with-cmodel configure option

2024-12-04 Thread Kito Cheng
From: Hau Hsu Sometimes we want to use default cmodel other than medlow. Add a GCC configure option for that. gcc/ChangeLog: * config.gcc (riscv*-*-*): Add support for --with-cmodel configure option. (all_defaults): Add cmodel. * config/riscv/riscv.h (TARGET_DEFAULT_CMO