On Thu, 2022-12-08 at 11:00 +0100, Alexander Kanavin wrote: > On Thu, 8 Dec 2022 at 08:11, Ola x Nilsson <[email protected]> wrote: > > +# TODO: Only for 32-bit architectures? > > +TARGET_CC_ARCH:append:arm = " ${GLIBC_64BIT_TIME_FLAGS}" > > +TARGET_CC_ARCH:append:armeb = " ${GLIBC_64BIT_TIME_FLAGS}" > > +TARGET_CC_ARCH:append:mips32el = " ${GLIBC_64BIT_TIME_FLAGS}" > > On the contrary, why not set this globally?
The 64 bit architectures don't need this and should "just work" so it is probably better just to set this where needed. At the very least that will keep the compiler command lines a bit cleaner. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#174395): https://lists.openembedded.org/g/openembedded-core/message/174395 Mute This Topic: https://lists.openembedded.org/mt/95533494/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
