summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.in.arch
Commit message (Collapse)AuthorAgeFilesLines
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-221-0/+11
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Revert "default ?conf to native arch"Bernhard Reutner-Fischer2009-09-181-6/+3
| | | | | | | This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* default ?conf to native archBernhard Reutner-Fischer2009-09-031-3/+6
| | | | | | | | Default is now the native arch, you can start a fresh .config via 'make ARCH=ia64 menuconfig'. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* enable sbrk() for everyoneMike Frysinger2009-08-191-5/+0
| | | | | | | | | | The sbrk() function can be used to merely query sizes and for that, no-mmu works the same as mmu. It can also sometimes increase data segments on no-mmu systems provided the trailing memory is free. So, there is no real reason to exclude this function for no-mmu ports. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Merged revisions 25638,25640,25642,25649-25650,25667-25668 via svnmerge from Khem Raj2009-03-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.uclibc.org/svn/trunk/uClibc ........ r25638 | vda | 2009-03-12 13:56:59 -0700 (Thu, 12 Mar 2009) | 10 lines linuxthreads fixes from Will Newton (will.newton AT gmail.com): * share Sys V semaphores in order to get appropriate SEM_UNDO semantics. * correct guardaddr in pthread_free() for TLS case * move spinlock unlocking before restart() * When exit was called from a signal handler, the restart from the manager processing the exit request instead restarted the thread in pthread_cond_timedwait. (see http://sources.redhat.com/ml/libc-ports/2006-05/msg00000.html) ........ r25640 | vda | 2009-03-12 16:04:19 -0700 (Thu, 12 Mar 2009) | 3 lines add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com) ........ r25642 | vapier | 2009-03-12 23:17:48 -0700 (Thu, 12 Mar 2009) | 1 line add GNU extension for select timeouts where the sub-second field is actually longer than one second ........ r25649 | vapier | 2009-03-14 04:23:28 -0700 (Sat, 14 Mar 2009) | 1 line force DOPIC for FDPIC ELF targets ........ r25650 | vapier | 2009-03-14 04:30:56 -0700 (Sat, 14 Mar 2009) | 1 line default linux-2.4 module support to off for Blackfin targets ........ r25667 | vda | 2009-03-15 19:56:27 -0700 (Sun, 15 Mar 2009) | 3 lines docs/pthreads_hacking.txt: new file ........ r25668 | kraj | 2009-03-15 23:02:47 -0700 (Sun, 15 Mar 2009) | 2 lines Update copyright header. ........
* Make long double support available for sh too.Carmelo Amoroso2009-03-051-1/+1
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-171-0/+13
| | | | | Step 2 locale stuff - configuration and top Makefiles
* Synch extra/Configs with trunkCarmelo Amoroso2008-07-091-1/+1
|
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-10/+20
| | | | | | Step 4: merge extra/Configs folder Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* More merging from trunk."Steven J. Hill"2007-01-211-2/+57
|
* Merge from trunk."Steven J. Hill"2006-08-211-22/+40
|
* First batch of merges for new build system."Steven J. Hill"2005-11-191-2/+2
|
* move the compiler flags WARNINGS optionMike Frysinger2005-03-161-6/+0
|
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-3/+3
|
* Fixup selection of endianness, since select does not work on choiceEric Andersen2004-01-161-0/+2
| | | | | items, we have to declare what endianness cpus are capable of supporting and work using dependancies.
* 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