Re: Warning in gcc/libiberty/dyn-string.c during build

2019-03-25 Thread nick
On 2019-03-25 3:45 p.m., Jeff Law wrote: > On 3/25/19 10:39 AM, Martin Sebor wrote: >> On 3/23/19 9:49 PM, nick wrote: >>> Greetings all, >>> I just got this in my build output: >>> ar: `u' modifier ignored since `D' is the default (see `U') >>> configure: WARNING: cannot check for properly work

Re: Warning in gcc/libiberty/dyn-string.c during build

2019-03-25 Thread Jeff Law
On 3/25/19 10:39 AM, Martin Sebor wrote: > On 3/23/19 9:49 PM, nick wrote: >> Greetings all, >> I just got this in my build output: >> ar: `u' modifier ignored since `D' is the default (see `U') >> configure: WARNING: cannot check for properly working vsnprintf when >> cross compiling, will assume

Re: Warning in gcc/libiberty/dyn-string.c during build

2019-03-25 Thread Martin Sebor
On 3/23/19 9:49 PM, nick wrote: Greetings all, I just got this in my build output: ar: `u' modifier ignored since `D' is the default (see `U') configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok ../../gcc/libiberty/dyn-string.c: In function ‘

Warning in gcc/libiberty/dyn-string.c during build

2019-03-23 Thread nick
Greetings all, I just got this in my build output: ar: `u' modifier ignored since `D' is the default (see `U') configure: WARNING: cannot check for properly working vsnprintf when c