On Sat, Nov 14, 2020 at 8:21 PM David Michael wrote:
> On Sat, Nov 14, 2020 at 6:57 PM Carl Eugen Hoyos wrote:
> > Am Sa., 14. Nov. 2020 um 20:16 Uhr schrieb David Michael
> > :
> > > On Sat, Nov 14, 2020 at 2:06 PM Carl Eugen Hoyos
> > > wrote:
> > > > Am Sa., 14. Nov. 2020 um 18:22 Uhr schri
On Sat, Nov 14, 2020 at 6:57 PM Carl Eugen Hoyos wrote:
> Am Sa., 14. Nov. 2020 um 20:16 Uhr schrieb David Michael
> :
> > On Sat, Nov 14, 2020 at 2:06 PM Carl Eugen Hoyos wrote:
> > > Am Sa., 14. Nov. 2020 um 18:22 Uhr schrieb David Michael
> > > :
> > > >
> > > > There are two issues:
> > > >
Am Sa., 14. Nov. 2020 um 20:16 Uhr schrieb David Michael :
>
> On Sat, Nov 14, 2020 at 2:06 PM Carl Eugen Hoyos wrote:
> > Am Sa., 14. Nov. 2020 um 18:22 Uhr schrieb David Michael
> > :
> > >
> > > There are two issues:
> > >
> > > When build systems enable LTO in CFLAGS, the unused global intege
On Sat, Nov 14, 2020 at 2:06 PM Carl Eugen Hoyos wrote:
> Am Sa., 14. Nov. 2020 um 18:22 Uhr schrieb David Michael
> :
> >
> > There are two issues:
> >
> > When build systems enable LTO in CFLAGS, the unused global integer
> > does not make it into the compiled object file. As a workaround,
> >
Am Sa., 14. Nov. 2020 um 18:22 Uhr schrieb David Michael :
>
> There are two issues:
>
> When build systems enable LTO in CFLAGS, the unused global integer
> does not make it into the compiled object file. As a workaround,
> check if the compiler understands -fno-lto and append it after
> CFLAGS w
There are two issues:
When build systems enable LTO in CFLAGS, the unused global integer
does not make it into the compiled object file. As a workaround,
check if the compiler understands -fno-lto and append it after
CFLAGS while building the endianness test.
The hexdump output is line-wrapped,