Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No configs actually set LIBGCC_CFLAGS to anything, and it's not even | Rob Landley | 2007-03-16 | 1 | -3/+0 |
| | | | | written into the resulting .config, so remove it. | ||||
* | make sure we declare TARGET_ARCH as a string | Mike Frysinger | 2007-02-14 | 1 | -0/+1 |
| | |||||
* | simplify endian config/selection | Mike Frysinger | 2006-02-18 | 1 | -8/+1 |
| | |||||
* | s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as ↵ | Mike Frysinger | 2006-01-20 | 1 | -1/+1 |
| | | | | pointed out by Joseph S. Myers | ||||
* | fix breakage from HAVE_ELF removal and standardize all the arch config files | Mike Frysinger | 2006-01-19 | 1 | -0/+8 |
| | |||||
* | Remove HAVE_ELF | Peter S. Mazinger | 2006-01-19 | 1 | -4/+0 |
| | |||||
* | remove unused ARCH_LDFLAGS and touchup broken whitespace | Mike Frysinger | 2005-11-11 | 1 | -3/+0 |
| | |||||
* | allow people to select target sparc architecture | Mike Frysinger | 2005-08-25 | 1 | -0/+24 |
| | |||||
* | allow shared code since it builds again | Mike Frysinger | 2005-03-16 | 1 | -2/+0 |
| | |||||
* | Fixup selection of endianness, since select does not work on choice | Eric Andersen | 2004-01-16 | 1 | -1/+4 |
| | | | | | items, we have to declare what endianness cpus are capable of supporting and work using dependancies. | ||||
* | Yet more messing with selecting sane default configs | Eric Andersen | 2003-11-05 | 1 | -0/+1 |
| | |||||
* | Yet more config system updates | Eric Andersen | 2003-11-05 | 1 | -0/+2 |
| | |||||
* | Rework the config system. Better utilize the Kconfig language | Eric Andersen | 2003-11-04 | 1 | -10/+2 |
| | | | | | which should simplify enabling arbitrary architectures. -Erik | ||||
* | Fix the defaults to make them be sane | Eric Andersen | 2002-11-27 | 1 | -3/+0 |
| | |||||
* | Update doc reference | Eric Andersen | 2002-11-08 | 1 | -1/+1 |
| | |||||
* | Yet more config system updating. | Eric Andersen | 2002-11-03 | 1 | -4/+0 |
| | |||||
* | update all the Config files for the various arches so they work with the new | Eric Andersen | 2002-11-02 | 1 | -183/+22 |
| | | | | | config system. Hopefully I got everything here correct... -Erik | ||||
* | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen | 2002-08-25 | 1 | -6/+0 |
| | | | | | | sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik | ||||
* | Update default config files | Eric Andersen | 2002-08-08 | 1 | -7/+5 |
| | |||||
* | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen | 2002-07-18 | 1 | -9/+7 |
| | | | | | | | smarter than the old "malloc-simple", and actually works, unlike the old "malloc". So kill the old "malloc-simple" and the old "malloc" and replace them with Miles' new malloc implementation. Update Config files to match. Thanks Miles! | ||||
* | Update Config files for current locale and wide char configuration options. | Manuel Novoa III | 2002-07-03 | 1 | -7/+5 |
| | |||||
* | Resync the install defines | Eric Andersen | 2002-07-02 | 1 | -5/+12 |
| | | | | -Erik | ||||
* | Fix incorrect comment re malloc-930716 | Eric Andersen | 2002-06-19 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Mention pthreads for sparc | Eric Andersen | 2002-04-10 | 1 | -0/+4 |
| | |||||
* | Minor cleanups | Eric Andersen | 2002-02-04 | 1 | -5/+5 |
| | |||||
* | Add a config file for sparc | Eric Andersen | 2002-02-04 | 1 | -0/+198 |