summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in.arch
AgeCommit message (Expand)Author
2006-02-19update MMU config options to utilize USE_MMU instead of HAS_MMUMike Frysinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-18improve MMU selection a little to be less confusingMike Frysinger
2006-02-18simplify endian config/selectionMike Frysinger
2006-01-20didnt mean to commit the FENV option just yetMike Frysinger
2006-01-20s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as pointed...Mike Frysinger
2006-01-19Get rid of *_SYMBOL_PREFIXPeter S. Mazinger
2006-01-18change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C nam...Mike Frysinger
2005-11-11remove unused ARCH_LDFLAGS and touchup broken whitespaceMike Frysinger
2005-10-28frv seems to be an exception having no MMU, but using ldsoPeter S. Mazinger
2005-10-27ARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSOPeter S. Mazinger
2005-03-16move the compiler flags WARNINGS optionMike Frysinger
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-16Fixup selection of endianness, since select does not work on choiceEric Andersen
2003-11-18Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point opsManuel Novoa III
2003-11-05Do not provide a default for endianness. This needs to be selectedEric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2002-11-09fix typoAaron Lehmann
2002-11-08Large cleanup patch, based in large part on a patch fromEric Andersen
2002-11-08Update doc referenceEric Andersen
2002-11-07Add missing blank lineEric Andersen
2002-11-07(UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather than just using itMiles Bader
2002-11-05Cleanup soft-float supportEric Andersen
2002-11-03Yet more config system updating.Eric Andersen
2002-11-02update all the Config files for the various arches so they work with the newEric Andersen
2002-10-31Make it so arch specific stuff can be simpler. Initial attempt atEric Andersen