[poky] [REPOST][PATCH] native, nativesdk, crosssdk: reset TARGET_FPU

Richard Purdie richard.purdie at linuxfoundation.org
Tue Apr 5 09:14:09 PDT 2011


On Tue, 2011-04-05 at 03:13 +0200, Ilya Yanok wrote:
> When building one of the native, nativesdk or crosssdk packages TARGET_*
> variables' values are no longer related to the target we set via MACHINE
> variable, they are now related to the BUILD (native) or SDK (nativesdk,
> crosssdk) targets instead. We need to change TARGET_FPU variable
> accordingly or some of the recipes (the ones that check for TARGET_FPU
> value, most notably gcc and eglibc) might be confused.
> 
> It's probably cleaner not to reset TARGET_FPU but to change it to
> something like ${BUILD_FPU} (for native) or ${SDK_FPU} (for crosssdk and
> nativesdk) but as long as BUILD and SDK are x86 it's safe to just reset
> TARGET_FPU.
> 
> Signed-off-by: Ilya Yanok <yanok at emcraft.com>

Merged to master, thanks.

Richard




More information about the poky mailing list