Messages in this thread Patch in this message |  | | Date | Fri, 9 Mar 2001 02:48:07 +0000 (GMT) | From | <> | Subject | [PATCH] Fix Cyrix III build in 2.4.2-ac16. |
| |
Oops! This diff matches the config name to that which is defined in Config.in.
regards,
Dave.
diff -urN --exclude-from=/home/davej/.exclude linux/arch/i386/Makefile linux-dj/arch/i386/Makefile --- linux/arch/i386/Makefile Fri Mar 9 02:26:56 2001 +++ linux-dj/arch/i386/Makefile Fri Mar 9 02:29:47 2001 @@ -82,7 +82,7 @@ CFLAGS += -march=i586 endif
-ifdef CONFIG_MCELERONIII +ifdef CONFIG_MCYRIXIII CFLAGS += -march=i586 endif
-- | Dave Jones. http://www.suse.de/~davej | SuSE Labs
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |