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

2024-12-03 Thread Kito Cheng
Let you know I am working on that and will send the v3 patch soon, also I have tested that on aarch64 from cfram. On Mon, Aug 26, 2024 at 12:40 AM Jeff Law wrote: > > > > On 8/4/24 8:24 PM, Hau Hsu wrote: > > Oh the Palmer's patch is here > > [PATCH] RISC-V: Add --with-cmodel configure-time argum

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

2024-08-25 Thread Jeff Law
On 8/4/24 8:24 PM, Hau Hsu wrote: Oh the Palmer's patch is here [PATCH] RISC-V: Add --with-cmodel configure-time argument gcc.gnu.org/pipermail/gcc-patches/2023-December/641172.html> gcc.gnu.org favicon.ico

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

2024-08-04 Thread Hau Hsu
Oh the Palmer's patch is here https://gcc.gnu.org/pipermail/gcc-patches/2023-December/641172.html It doesn't mater who's patch get merged for me :) > On Aug 2, 2024, at 10:43 PM, Jeff Law wrote: > > > > On 8/1/24 11:11 PM, Hau Hsu wrote: >> Sometimes we want to use default cmodel oth

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

2024-08-02 Thread Jeff Law
On 8/1/24 11:11 PM, Hau Hsu wrote: 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