Re: [Buildroot] S390 Buildroot/gcc build issue
Alexander Egorenkov <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
Thomas Petazzoni <[email protected]> writes: > Hello, > > On Wed, Aug 12, 2026 at 11:11:10AM +0200, Alexander Egorenkov wrote: > >> the types _Decimal* require for the host compiler to be built with >> --enable-decimal-float. > > What do you call the "host compiler" in this context? > > Are you talking about the native gcc compiler available on the host, > or the cross-compiler built by Buildroot? > A cross-compiler built by Buildroot. > and for S390, it gets overridden. > > See: it's the same variable that gets appended, so at the end we have: > > HOST_GCC_COMMON_CONF_OPTS = \ > [...] > --disable-decimal-float \ > [...] > --enable-decimal-float > > So on S390, the cross-compiler is built with --enable-decimal-float. Sorry for not being clear here, this was added by me for testing ;-) I this change is okay, then i'll send a patch. Not sure here, do we need to deal with Gcc 15 conditionally here ? Regards Alex _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot