OSDN Git Service

fix breakage from HAVE_ELF removal and standardize all the arch config files
[uclinux-h8/uClibc.git] / extra / Configs / Config.powerpc
2006-01-19 Mike Frysingerfix breakage from HAVE_ELF removal and standardize...
2006-01-19 Peter S. MazingerRemove HAVE_ELF
2005-11-11 Mike Frysingerremove unused ARCH_LDFLAGS and touchup broken whitespace
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2004-01-16 Eric AndersenFixup selection of endianness, since select does not...
2003-11-05 Eric Andersenpowerpc is always big endian
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2002-11-08 Eric AndersenUpdate doc reference
2002-11-03 Eric AndersenYet more config system updating.
2002-11-02 Eric Andersenupdate all the Config files for the various arches...
2002-08-25 Eric AndersenKill the HAS_LONG_LONG option. It really did not make...
2002-08-08 Eric AndersenUpdate default config files
2002-07-18 Eric AndersenMiles Bader implemented a new mmap based malloc which...
2002-07-03 Manuel Novoa III Update Config files for current locale and wide char...
2002-07-02 Eric AndersenResync the install defines
2002-06-19 Eric AndersenFix incorrect comment re malloc-930716
2002-04-03 Eric AndersenSince pthreads work on powerpc, at least mention the...
2002-02-04 Eric AndersenMake powerpc default to faster malloc
2002-02-01 Eric AndersenScrub up a few little things.
2002-01-29 Eric AndersenMake it so powerpc can work despite lacking brk().
2002-01-17 David McCullough* Added /etc/shadow support (Config selectable)
2002-01-14 Eric AndersenPatch from Brian Stafford <brian@stafford.uklinux.net...
2002-01-09 Eric AndersenAllow people to exclude regex code, since it is huge...
2002-01-09 Eric AndersenFixup comments regarding large file support (it works...
2002-01-01 Eric AndersenSupport arch specific optimizations (examples shown...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-23 Eric AndersenAdjust configs for updated math lib
2001-11-12 David SchleefEnable ld.so on powerpc
2001-08-14 Eric Andersenpowerpc doesn't have sbrk yet, so use "malloc", not...
2001-08-10 Eric AndersenUpdate the build system, yet again. I hope this is...
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-12 Eric AndersenThis commit merges David Schleef's updates to the build...
2001-07-09 Eric AndersenA patch from Michal Moskal <malekith@pld.org.pl> to...
2001-06-23 Eric AndersenMake PIC a config option
2001-06-19 Eric AndersenAdd in "HAVE_SHARED" so shared libs build or not as...
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-29 Eric AndersenDefine "NM = $(CROSS)nm" and use $NM and $AR in get...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...