Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-03 | Be sure to fully clean 2.6 kernel headers on 'make clean' | Eric Andersen | |
2003-12-04 | Don't download the local data if we have it already. | Manuel Novoa III | |
2003-11-23 | Make sure we use the right CC setting when building utils. | Manuel Novoa III | |
Not doing so was breaking the buildroot softfloat arm build. | |||
2003-11-22 | Make sure the utils build gets the setting for CROSS. | Manuel Novoa III | |
2003-11-16 | Don't install shadow.h if shadow password support is disabled. | Manuel Novoa III | |
2003-11-13 | Teach the install_dev target to behave itself and install | Eric Andersen | |
the correct stuff with the correct names, and not install yet another set of shared libs in the wrong place -Erik | |||
2003-11-08 | For now, disable the iconv utility | Eric Andersen | |
2003-11-07 | remove some junk I added while debugging | Eric Andersen | |
2003-11-07 | It is remotely possible the utils might even compile this time | Eric Andersen | |
around... | |||
2003-11-06 | Begin converting the client utils | Eric Andersen | |
2003-11-06 | s,(RUNTIME_PREFIX)/,(RUNTIME_PREFIX),g | Eric Andersen | |
2003-11-06 | s,(DEVEL_PREFIX)/,(DEVEL_PREFIX),g | Eric Andersen | |
2003-11-05 | Kill off "mipsel" and just use "mips" | Eric Andersen | |
2003-11-04 | Rework the config system. Better utilize the Kconfig language | Eric Andersen | |
which should simplify enabling arbitrary architectures. -Erik | |||
2003-11-04 | Minor makefile tweaks | Eric Andersen | |
2003-10-20 | Fix a stupid bug that caused uClibc to never provide the correct | Eric Andersen | |
fpu_control.h header file, since the correct arch specific one was always later overwritten by the generic one. oops. -Erik | |||
2003-10-20 | Patch from Peter S. Mazinger: | Eric Andersen | |
patch to allow building uClibc with busybox's chmod | |||
2003-10-18 | more install changes | Eric Andersen | |
2003-10-18 | Do not install the uClibc wrapper toolchain by default. Make | Eric Andersen | |
people ask for it explicitly. | |||
2003-10-18 | the runtime should not install a /bin dir | Eric Andersen | |
2003-10-18 | Add a new RUNTIME_PREFIX | Eric Andersen | |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
ln.patch: * Define $(LN) as ln in Rules.mak. * Change all occurrences of ln into $(LN). * Change all constructs like (cd path && ln -sf foo/file file) into $(LN) -sf foo/file path/file. The latter construct is already used in a number of places so it should not be an additional compatibility problem. | |||
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | |||
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
install.patch: * Define $(INSTALL) as install in Rules.mak. * Change all occurrences of install into $(INSTALL). * Change all occurrences of mkdir -p into $(INSTALL) -d. install -d is already used in a number of places so this should not be an additional compatibility problem. | |||
2003-10-12 | Always build and install ldconfig | Eric Andersen | |
2003-09-09 | Enable automagic locale data downloads | Eric Andersen | |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | |
static build sizes and not needing wchar support. Add in a SUSv3 getopt as an option for those not needing gnu getopt. Again, mainly for the static linking crowd. | |||
2003-09-08 | Be certain the config system binaries are current | Eric Andersen | |
2003-09-06 | Don't install floating point related headers, and wrap some previously | Manuel Novoa III | |
unwrapped prototypes, when float support is disabled. Also don't install printf.h if glibc custom printf specifier support is disabled. | |||
2003-09-06 | Be more clear | Eric Andersen | |
2003-09-06 | Add more pretty comments | Eric Andersen | |
2003-09-06 | Remove more headers when options are disabled | Eric Andersen | |
2003-09-03 | Some more buildroot-motivated fixes. Avoid installing some headers, as | Manuel Novoa III | |
well as stub libintl, depending on configuration. | |||
2003-09-01 | Remove a bunch of guessing about the location of the kernel | Eric Andersen | |
headers. Move most of that into a script, and warn loudly when having to guess. -Erik | |||
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | |
Move stub gettext functions to a stub libintl to make switching in gnu gettext easier. Also add a few gnu-isms. Change to using hidden names with global weak aliases for the extended locale functions, as expected by libstd++. Slightly rework the locale data generation stuff to allow pregenerated locale data to be used with buildroot. | |||
2003-07-15 | Patch from Peter Kjellerstedt to not modify include/bits/sysnum.h | Eric Andersen | |
if it does not need to be updated. | |||
2003-06-30 | Per suggestion from Stuart Hughes, allow uClibc to re-install | Eric Andersen | |
headers on a system where they have previously been installed. | |||
2003-05-30 | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | |
should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik | |||
2003-03-07 | Patch from Stefan Allius: | Eric Andersen | |
a make install_target stops if we have some sysmlinks in the destination target. This little patch force to install over a previous installed uClibc version,so we will allways get a consistent uClibc installation. | |||
2003-03-05 | Patch from Konrad Eisele to add include/asm-generic since, at least | Eric Andersen | |
on sparc, this is needed by some of the include/asm files | |||
2003-03-03 | more uClinux shared libs fixups | David McCullough | |
2003-02-17 | updates to the uClinux-dist romfs and uClinux shared library targets. | David McCullough | |
2003-02-11 | Per suggestion from Peter Lassahn, fix the install_dev target | Eric Andersen | |
2003-01-25 | Fix the 'make release' target | Eric Andersen | |
2003-01-24 | Stupid typo | Eric Andersen | |
2003-01-24 | Don't clean config system except on 'make distclean'. Remember to | Eric Andersen | |
clean locale stuff on 'make clean' | |||
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-12 | Add in a stub libnsl library to make stupid configure scripts | Eric Andersen | |
(i.e. openssh) do the right thing when used with uClibc's gcc wrapper (which does not currently prevent system libraries from leaking into the link). -Erik | |||
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-12-02 | Don't leak outside of the target area when installing things. | Eric Andersen | |
-Erik |