summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.sh
AgeCommit message (Expand)Author
2015-11-03sh4a: allow to build a sh4a toolchainWaldemar Brodkorb
2013-02-20Config.in: Introduce symbol for arches with deprecated syscallsMarkos Chandras
2011-03-03do not enforce FORCE_SHAREABLE_TEXT_SEGMENTS on sh4Peter S. Mazinger
2009-11-19remove ARCH_CFLAGS, ARCH_LDFLAGS and CROSSPeter S. Mazinger
2009-09-14Revert "default ?conf to native arch"Bernhard Reutner-Fischer
2009-08-25default ?conf to native archBernhard Reutner-Fischer
2008-09-09Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelect...Carmelo Amoroso
2007-03-16No configs actually set LIBGCC_CFLAGS to anything, and it's not even Rob Landley
2007-02-14make sure we declare TARGET_ARCH as a stringMike Frysinger
2006-02-18simplify endian config/selectionMike Frysinger
2006-01-20s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as pointed...Mike Frysinger
2006-01-19fix breakage from HAVE_ELF removal and standardize all the arch config filesMike Frysinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2005-11-11remove unused ARCH_LDFLAGS and touchup broken whitespaceMike Frysinger
2005-10-27ARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSOPeter S. Mazinger
2005-05-02SH-4 has nommu variants, whereas SH-3 does not.Paul Mundt
2005-05-02Move sh64 to its own config so we don't crap up the sh one..Paul Mundt
2005-05-02Add sh2a support.Paul Mundt
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
2004-01-09As mjn3 noticed, 64 bit arches should select UCLIBC_HAS_LFSEric Andersen
2003-12-17Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen
2003-12-05Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen
2003-12-03Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen
2003-12-03force enable FORCE_SHAREABLE_TEXT_SEGMENTS for sh4Eric Andersen
2003-12-02Disable pthreads for sh64 for the time being (since it is notEric Andersen
2003-11-18Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point opsManuel Novoa III
2003-11-11Stefan Allius writes:Eric Andersen
2003-11-05Yet more config system updatesEric Andersen
2003-11-05OopsEric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-08-13Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen
2002-11-20Patch from Stefan Allius:Eric Andersen
2002-11-08Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPUEric Andersen
2002-11-08Update doc referenceEric Andersen
2002-11-03Yet more config system updating.Eric Andersen
2002-11-02kill some ancient stuff that appears to be lingeringEric Andersen
2002-11-02Default to SH4Eric Andersen
2002-11-02update all the Config files for the various arches so they work with the newEric Andersen
2002-10-01Patch from Stefan Allius <allius@atecom.com>:Eric Andersen
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
2002-08-22Hide .hidden stuff unless explicitly enabledEric Andersen
2002-08-19SuperH config updateEric Andersen
2002-08-08Update default config filesEric Andersen
2002-07-18Miles Bader implemented a new mmap based malloc which is muchEric Andersen
2002-07-03Update Config files for current locale and wide char configuration options.Manuel Novoa III
2002-07-02Resync the install definesEric Andersen
2002-06-19Fix incorrect comment re malloc-930716Eric Andersen
2002-02-01Scrub up a few little things.Eric Andersen
2002-01-17* Added /etc/shadow support (Config selectable)David McCullough