[patch 1/3] powerpc: delete -mstring option

Segher Boessenkool segher at kernel.crashing.org
Tue Apr 10 22:47:38 EST 2007


> There is no reason to force -mstring option.
> (Kumar, please see patch 2/3 for FSL_BOOKE temporary fix)

> -ifndef CONFIG_FSL_BOOKE
> -CFLAGS		+= -mstring
> -endif

[and from 2/3]

> +ifeq ($(CONFIG_FSL_BOOKE),y)
> +CFLAGS         += -mno-string
> +endif

This is the right solution, thank you for the patch.
But please fold these two together so that you're not
introducing a regression halfway the patch series.


Segher




More information about the Linuxppc-dev mailing list