Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-13 | Only build the ncurses stuff when it is needed, based on a | Eric Andersen | |
patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik | |||
2002-12-13 | Move the soft float check | Eric Andersen | |
2002-12-09 | Cleanup the case when using the system shared lib loader | Eric Andersen | |
-Erik | |||
2002-12-05 | Added CPU_CFLAGS and CPU_LDFLAGS for cris. | Tobias Anderberg | |
Added additional CFLAGS for cris when compiling with PIC. | |||
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-12-04 | Override optimization settings when debugging | Eric Andersen | |
2002-12-03 | Make the arm cpu-specific optimizations work properly | Eric Andersen | |
2002-11-21 | Patch from Yoshinori Sato to update the h8300 architecture. | Eric Andersen | |
2002-11-21 | Doh! Manuel noticed I'd put the CFLAGS before DODEBUG, killing | Eric Andersen | |
any chance of actually building with debug symbols. -Erik | |||
2002-11-19 | Remove use of $(strip) when no longer needed. Fixup DODEBUG | Eric Andersen | |
so when debugging is enabled we don't enable all the major optimizations. -Erik | |||
2002-11-09 | For arm use -mcpu for the moment, since it seems to work | Eric Andersen | |
2002-11-09 | Final update for 0.9.16 | Eric Andersen | |
2002-11-08 | Add CPU_CFLAGS-y into LIBGCC_CFLAGS so multilibs gcc will behave | Eric Andersen | |
itself. Revery the "=" to ":=" change, so people like Miles can set stuff in their .config | |||
2002-11-08 | Large cleanup patch, based in large part on a patch from | Eric Andersen | |
Stefan Allius, which adds a great deal of sanity. | |||
2002-11-07 | Changes for MIPS and new configuration system. | "Steven J. Hill" | |
2002-11-07 | Fix target determination for MIPSEL. | "Steven J. Hill" | |
2002-11-07 | * Make -DNDEBUG depend on DOASSERTS, not DODEBUG | Miles Bader | |
* Make -msoft-float depend on USE_GCC_SOFT_FLOAT_OPTION, not UCLIBC_HAS_SOFT_FLOAT. | |||
2002-11-05 | Cleanup soft-float support | Eric Andersen | |
2002-11-05 | Fixup handling of disabled options | Eric Andersen | |
2002-11-05 | Standardize LIBGCC_DIR | Eric Andersen | |
2002-11-05 | Export TARGET_ARCH | Eric Andersen | |
2002-11-04 | This fixes a broken build for me. | Manuel Novoa III | |
2002-11-04 | Fixup so we use soft-float when HAS_FPU is disabled. | Eric Andersen | |
-Erik | |||
2002-11-03 | Yet more config system updating. | Eric Andersen | |
2002-11-03 | Use "include_config" not "include-config" | Eric Andersen | |
2002-11-01 | Don't assume i386 | Eric Andersen | |
2002-10-31 | Make it so arch specific stuff can be simpler. Initial attempt at | Eric Andersen | |
making CPU_CFLAGS, which should allow things to be optimized per-CPU and/or per-system. -Erik | |||
2002-10-31 | Don't force gcc 3.2 on the world | Eric Andersen | |
-Erik | |||
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | |
been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik | |||
2002-10-30 | Use a nifty macro to make testing gcc features simpler | Eric Andersen | |
and easier to read. -Erik | |||
2002-10-18 | This patch, based on a patch from Stefan Allius, lets us pick an | Eric Andersen | |
appropriate awk implementation at compile time, so we can again compile on Solaris and whatnot. -Erik | |||
2002-10-01 | Sigh. OpenBSD used /usr/bin/{true|false} | Eric Andersen | |
2002-09-16 | * Updated for the CRIS port. | Tobias Anderberg | |
* Added variable LIBGCC which is included when linking libc.so. Arch specific linker options go into LIBGCC_CFLAGS defined in Config.<arch>. | |||
2002-08-25 | Update version to 0.9.15 in preparation for making a release | Eric Andersen | |
-Erik | |||
2002-08-16 | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | |
-Erik | |||
2002-08-12 | Update to version 0.9.14 | Eric Andersen | |
-Erik | |||
2002-08-08 | Bump version to 0.9.13 | Eric Andersen | |
2002-08-05 | remove BUILDTIME since it is not used | Eric Andersen | |
2002-07-25 | Cleanup from Neal Crook fixing some formatting and eliminating | Eric Andersen | |
some "sh: cd: ./lib: No such file or directory" errors. | |||
2002-07-03 | For now, have locale support automaticly enable wide char support. | Manuel Novoa III | |
Things currently won't build otherwise. | |||
2002-07-03 | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | |
Implemented unformatted wide i/o functions. (ungetwc still needs testing) Fix a few bugs in wchar.c. Modifications for bcc/elks support. | |||
2002-07-02 | Add a bunch of extra pedantic annoyingly strict checks | Eric Andersen | |
-Erik | |||
2002-06-23 | Rework compiler optimization code to be smarter | Eric Andersen | |
-Erik | |||
2002-06-20 | Some Rules cleanups, better gcc-3.1 support. | Eric Andersen | |
-Erik | |||
2002-05-30 | Cool. An even better way to get the gcc include dir which eliminates | Eric Andersen | |
several external program calls, thanks to a suggestion from rmk. -Erik | |||
2002-05-28 | Fixup and unifiy version numbering. Automate versioning updates. | Eric Andersen | |
Propagate fixes across makefiles. -Erik | |||
2002-05-06 | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | |
LC_TIME, LC_MONETARY, and LC_MESSAGES for the SUSv3 items. Also, nl_langinfo() when real locale support is enabled. New implementation of ctype.h. New implementation of wctype.h. New implementation of most of the string functions (smaller). New implementation of the wcs/wmem functions. These are untested, but they're also just preprocessor-modified versions ot the corresponding str/mem functions. Tweaked qsort and new bsearch. Stuff still pending: stdlib.h and wchar.h mb<->wc functions. I actually have working versions of the stdlib ones, but the reentrant versions from wchar.h require some reworking. Basic replacement and translit support for wc->mb conversions. (groundwork laid). Simple-minded collate support such as was provided by the previous locale implementation. (mostly done -- 8-bit codesets only) Shared mmaping of the locale data and strerror message text. | |||
2002-05-03 | Speed things up by eliminating lots of needless exec calls | Eric Andersen | |
-Erik | |||
2002-04-09 | Bump up version number... | Eric Andersen | |
2002-03-21 | Bump up version number | Eric Andersen | |