summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.in.arch
Commit message (Collapse)AuthorAgeFilesLines
* Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point opsManuel Novoa III2003-11-181-5/+1
| | | | | are implemented in hardware or via kernel emulation doesn't matter to the libc code.
* Do not provide a default for endianness. This needs to be selectedEric Andersen2003-11-051-1/+0
| | | | on a per-arch basis, or left to the user to choose.
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-041-0/+27
| | | | | which should simplify enabling arbitrary architectures. -Erik
* fix typoAaron Lehmann2002-11-091-1/+1
|
* Large cleanup patch, based in large part on a patch fromEric Andersen2002-11-081-9/+0
| | | | Stefan Allius, which adds a great deal of sanity.
* Update doc referenceEric Andersen2002-11-081-1/+1
|
* Add missing blank lineEric Andersen2002-11-071-0/+1
|
* (UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather than just using itMiles Bader2002-11-071-2/+11
| | | | | | to set the default. (HAS_FPU): Depend on !ARCH_HAS_NO_FPU. (USE_GCC_SOFT_FLOAT_OPTION): New option.
* Cleanup soft-float supportEric Andersen2002-11-051-0/+5
|
* Yet more config system updating.Eric Andersen2002-11-031-0/+5
|
* update all the Config files for the various arches so they work with the newEric Andersen2002-11-021-14/+3
| | | | | config system. Hopefully I got everything here correct... -Erik
* Make it so arch specific stuff can be simpler. Initial attempt atEric Andersen2002-10-311-0/+95
making CPU_CFLAGS, which should allow things to be optimized per-CPU and/or per-system. -Erik