[Buildroot] [PATCH 03/14] handle MMU configuration

Peter Korsgaard jacmet at uclibc.org
Wed Oct 7 20:26:57 UTC 2009


>>>>> "Bernhard" == Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> writes:

 Bernhard>   some arches do not have an MMU at all, some do but it may be
 Bernhard>   desirable not to use it.

How's our nommu support? Does anything besides busybox support nommu?

 Bernhard> +++ b/toolchain/gcc/Makefile.in
 Bernhard> @@ -49,6 +49,11 @@ SOFT_FLOAT_CONFIG_OPTION:=
 Bernhard>  TARGET_SOFT_FLOAT:=
 Bernhard>  ARCH_FPU_SUFFIX:=
 Bernhard>  endif
 Bernhard> +ifeq ($(BR2_USE_MMU),y)
 Bernhard> +ARCH_MMU_SUFFIX:=
 Bernhard> +else
 Bernhard> +ARCH_MMU_SUFFIX:=_nommu
 Bernhard> +endif

Weren't we getting rid of those suffixes?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list