X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fi386%2FMakefile.cpu;h=a11befba26d5b78face98824b3aff15f4fcafc87;hb=63518472c05a351d779f35803e6ccfb361ae630a;hp=dcd936ef45db613b941ba178c6b0ff786827c94b;hpb=8e9c238c3884c226f0cddc31cde87dd5df1a6500;p=powerpc.git diff --git a/arch/i386/Makefile.cpu b/arch/i386/Makefile.cpu index dcd936ef45..a11befba26 100644 --- a/arch/i386/Makefile.cpu +++ b/arch/i386/Makefile.cpu @@ -39,3 +39,7 @@ cflags-$(CONFIG_X86_ELAN) += -march=i486 # Geode GX1 support cflags-$(CONFIG_MGEODEGX1) += -march=pentium-mmx +# add at the end to overwrite eventual tuning options from earlier +# cpu entries +cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic) +