summaryrefslogtreecommitdiff
path: root/extra/Configs
AgeCommit message (Collapse)Author
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik
2002-08-22Hide .hidden stuff unless explicitly enabledEric Andersen
-Erik
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
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!
2002-07-11Grumble...Miles Bader
2002-07-10The mips config files were broken, and failed to define NMEric Andersen
for some reason...
2002-07-03Update Config files for current locale and wide char configuration options.Manuel Novoa III
2002-07-03Change default config files for MIPS platforms. Nothing major."Steven J. Hill"
2002-07-02Resync the install definesEric Andersen
-Erik
2002-06-19Fix incorrect comment re malloc-930716Eric Andersen
-Erik
2002-06-18Patch from Martin Proulx <mproulx@okiok.com> to supportEric Andersen
the i960 architecture.
2002-06-15Fix a silly bug...Eric Andersen
2002-05-28Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to useEric Andersen
C_SYMBOL_PREFIX for confused compilers, such as for v850 and h8300, per suggestion from Miles Bader.
2002-05-23Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>Eric Andersen
2002-05-21Changed path where cross development tools are installed."Steven J. Hill"
2002-05-20Fixed MIPS dynamic linker by removing link order dependency bug."Steven J. Hill"
2002-05-12Add a config file for alphaEric Andersen
2002-05-06Forgot to change the Config templates. Changed one... the others areManuel Novoa III
similar, but don't have time to take care of them.
2002-04-10Mention pthreads for sparcEric Andersen
2002-04-03Since pthreads work on powerpc, at least mention the option.Eric Andersen
2002-04-01Last bit for old config systemEric Andersen
2002-03-25Mips config fixes from Steven J. HillEric Andersen
2002-03-14Update the config script to behave a bit betterEric Andersen
2002-03-11Add thread support. Eliminate the useless extra "sEric Andersen
2002-03-01Patch from Steven J. Hill to allow both mips and mipsel to be builtEric Andersen
2002-03-01Patch from Miles Bader to allow Large File support on the v850.Eric Andersen
2002-02-20Enable thread supportEric Andersen
2002-02-04Make powerpc default to faster mallocEric Andersen
2002-02-04Fix naming error in brk.c, enable faster malloc by defaultEric Andersen
2002-02-04Minor cleanupsEric Andersen
2002-02-04A few more little cleanupsEric Andersen
2002-02-04Add a config file for sparcEric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>
2002-02-02Oops. Fixup the defaultsEric Andersen
2002-02-01Scrub up a few little things.Eric Andersen
2002-02-01Add an example of how to use this thing.Eric Andersen
2002-02-01Add in a configurator script. Now people can put stuff like this:Eric Andersen
$(UCLIBC_DIR)/extra/Configs/uClibc_config_fix.pl --arch=$(ARCH) --cross="$(CROSS)" \ --devel_prefix=$(STAGING_DIR) --kernel_dir=$(KERNEL_DIR) --large_file=false \ --rpc_support=true --c99_math=true --shared_support=true --ldso_path="/lib" \ --shadow=true --file=$(UCLIBC_DIR)/extra/Configs/Config.$(ARCH) > $(UCLIBC_DIR)/Config; into their makefiles and automagically get the right things happening... -Erik
2002-01-29Default to using malloc-930716 on ARM systems, since it isEric Andersen
about an order of magnitude faster.
2002-01-29Make it so powerpc can work despite lacking brk().Eric Andersen
2002-01-17* Added /etc/shadow support (Config selectable)David McCullough
* Moved some file paths from code into <paths.h>
2002-01-14Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen
support for Unix98 PTYs, and optionally exclude the older junk.
2002-01-11We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGSEric Andersen
2002-01-09Allow people to exclude regex code, since it is huge (27k)Eric Andersen
2002-01-09Fixup comments regarding large file support (it works these days)Eric Andersen
-Erik
2002-01-02Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some littleEric Andersen
compile nits with the SH architecture, and support SH4,
2002-01-01Support arch specific optimizations (examples shown for x86 and ARM).Eric Andersen
Autodetect target architecture by asking the compiler. -Erik
2001-12-21A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen
v850 back into working condition. Thanks Miles! -Erik
2001-12-21Oops. Revert debugging definesEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen