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

2024-08-01 Thread Hau Hsu
Oh sorry. Sent v2 and replaced compact code model with large code model. Hau Hsu > On Aug 2, 2024, at 12:32 PM, Kito Cheng wrote: > > compact code mode is our downstream stuffs, so...it should drop it from the > patch > > > Hau Hsu mailto:hau@sifive.com>> 於 2024年8月2日 週五 12:17 > 寫道

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

2024-08-01 Thread Kito Cheng
compact code mode is our downstream stuffs, so...it should drop it from the patch Hau Hsu 於 2024年8月2日 週五 12:17 寫道: > 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-cmod

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

2024-08-01 Thread 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. * config/riscv/riscv.h (TARGET_RISCV_DEFAULT_CMODEL): Define default cmodel. * configure: Regenerat