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
在 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
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
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
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(+)