Re: [PATCH] LoongArch: Eliminate cmodel compilation warnings

2023-09-22 Thread Daniel Kiper
On Mon, Sep 18, 2023 at 02:42:42PM +0800, Xiaotian Wu wrote: > 在 2023-09-14星期四的 16:26 +0200,Daniel Kiper写道: > > On Tue, Aug 29, 2023 at 04:39:09PM +0200, Daniel Kiper wrote: > > > On Thu, Aug 24, 2023 at 09:04:01PM +0800, Xiaotian Wu wrote: > > > > In the configure phase, the "-mcmodel=large" CFLAG

Re: [PATCH] LoongArch: Eliminate cmodel compilation warnings

2023-09-17 Thread Xiaotian Wu
在 2023-09-14星期四的 16:26 +0200,Daniel Kiper写道: > On Tue, Aug 29, 2023 at 04:39:09PM +0200, Daniel Kiper wrote: > > On Thu, Aug 24, 2023 at 09:04:01PM +0800, Xiaotian Wu wrote: > > > In the configure phase, the "-mcmodel=large" CFLAGS passed the > > > test, but > > > because it has not been implemente

Re: [PATCH] LoongArch: Eliminate cmodel compilation warnings

2023-09-14 Thread Daniel Kiper
On Tue, Aug 29, 2023 at 04:39:09PM +0200, Daniel Kiper wrote: > On Thu, Aug 24, 2023 at 09:04:01PM +0800, Xiaotian Wu wrote: > > In the configure phase, the "-mcmodel=large" CFLAGS passed the test, but > > because it has not been implemented in gcc, the following warning will > > appear > > when c

Re: [PATCH] LoongArch: Eliminate cmodel compilation warnings

2023-08-29 Thread Daniel Kiper
On Thu, Aug 24, 2023 at 09:04:01PM +0800, Xiaotian Wu wrote: > In the configure phase, the "-mcmodel=large" CFLAGS passed the test, but > because it has not been implemented in gcc, the following warning will appear > when compiling: > > gcc: warning: 'large' is not supported, now cmodel is set

[PATCH] LoongArch: Eliminate cmodel compilation warnings

2023-08-24 Thread Xiaotian Wu
In the configure phase, the "-mcmodel=large" CFLAGS passed the test, but because it has not been implemented in gcc, the following warning will appear when compiling: gcc: warning: 'large' is not supported, now cmodel is set to 'normal' --- configure.ac | 3 +-- 1 file changed, 1 insertion(+)