summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-03Yet more config system updating.Eric Andersen
2002-11-03Patch from M. R. Brown <mrbrown@0xd6.org> to get rid ofEric Andersen
2002-11-03Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limitEric Andersen
2002-11-03Use "include_config" not "include-config"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-11-02Update TODO itemsEric Andersen
2002-11-02A few cosmetic adjustments, and fixup the makefile a bitEric Andersen
2002-11-02Fix PIC configuration, so shared libraries once again workEric Andersen
2002-11-02It looks like I lost DEVEL_TOOL_PREFIX. Put it back.Eric Andersen
2002-11-01Fix a stupid bug.Manuel Novoa III
2002-11-01Reworked setlocale() return values and locale arg processing toManuel Novoa III
2002-11-01Add a few more entries.Manuel Novoa III
2002-11-01Work around glibc brain-damage regarding nl_langinfo and {mon_}groupingManuel Novoa III
2002-11-01Fix udhcp linkEric Andersen
2002-11-01Don't assume i386Eric Andersen
2002-10-31Make it so arch specific stuff can be simpler. Initial attempt atEric Andersen
2002-10-31Oops. Kill generated binaries.Eric Andersen
2002-10-31Skip the dependancy on .config for nowEric Andersen
2002-10-31Fix a lingering reference to ConfigEric Andersen
2002-10-31Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen
2002-10-31Don't force gcc 3.2 on the worldEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-31Ignore generated stuffEric Andersen
2002-10-31Add a simple realloc testEric Andersen
2002-10-31Fixup script to avoid potential spurious whining over empty object files.Eric Andersen
2002-10-30Use '#ifdef __linux__' not '#ifdef linux'Eric Andersen
2002-10-30Use a nifty macro to make testing gcc features simplerEric Andersen
2002-10-29Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.Manuel Novoa III
2002-10-29Fix a silly typo for ManuelEric Andersen
2002-10-29For now, comment out the broken partEric Andersen
2002-10-29Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen
2002-10-29A patch from Arne Jonsson <arne.jonsson@i3micro.com>:Eric Andersen
2002-10-29Add in a horrible hack that seems necessary for the HitachiEric Andersen
2002-10-29Fix a problem in vasprintf (reported by vodz a while back) when builtManuel Novoa III
2002-10-28ANSI/ISO C99 requires assert() to write to stderr. This means thatManuel Novoa III
2002-10-28Allow timezone info to be specified in a file... /etc/TZ. Turned on byManuel Novoa III
2002-10-28Define TOPDIR to be just `.' when invoking gen_bits_syscall_h.sh, sinceMiles Bader
2002-10-28Add appropriate -I options so that any files included by unistd.h areMiles Bader
2002-10-25Fixup dependsEric Andersen
2002-10-25Put it back the way it was. Sigh.Eric Andersen
2002-10-25Sigh. Lets not use LD to link, or we lose the INTERP field.Eric Andersen
2002-10-25Doh. Add a missing #include to interp.c. I wonder why it used toEric Andersen
2002-10-25Overwriting the crt1.o link is fineEric Andersen
2002-10-25Be nicer to gcc -- add a link for crt1.oEric Andersen
2002-10-25Actually install libdl.aEric Andersen
2002-10-23A patch from Arne Jonsson <arne.jonsson@i3micro.com> to allowEric Andersen
2002-10-23Make `-nostdlib' and `-nodefaultlibs' work correctly.Miles Bader
2002-10-22When UNIX98PTY_ONLY was false, but Unix 98 ptys were in fact working andEric Andersen