![]() | ||||||||||
Messages in this thread |
On Tue, 13 Sep 2005 23:12:06 -0700, Lee Nicks <allinux@gmail.com> wrote: >Depending on how GCC is built, GCC 4 may generate altivec instructions >... >+# No AltiVec instruction when building kernel >+ifeq ($(call cc-option-yn, -mno-altivec), y) >+CFLAGS += -mno-altivec >+endif Use the standard format, one line instead of three. cflags-y += $(call cc-option, -mno-altivec) - 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/ | |||||||||
| Last update: 2005-09-14 06:26 [from the cache] ©2003-2008 | ||||||||||