On Fri, 12 May 2016, George Spelvin wrote:

> 
> +lib-$(CONFIG_CPU_HAS_NO_MUL32) += mulsi3.o
> +lib-$(CONFIG_CPU_HAS_NO_DIV32) += divsi3.o udivsi3.o modsi3.o umodsi3.o
> +
> +# Old GCC versions fall back to -m5200 compilation, generating these calls
> +# even though the CPU doesn't actually need it.  See arch/m68k/Makefile.
> +
> +ifeq ($(cpuflags-y),-m5200)
> +lib-y += divsi3.o udivsi3.o modsi3.o umodsi3.o
> +endif

The comment is vague. Does anyone know which GCC versions do or don't work 
like this?

-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to