Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-20 | welcome to the uClibc-ng project take two | Waldemar Brodkorb | |
2006-03-01 | copyright update | Peter S. Mazinger | |
2004-12-13 | Remove whitespace | Eric Andersen | |
2004-11-11 | Fix grammar | Eric Andersen | |
2004-11-11 | misc touchups | Mike Frysinger | |
2003-11-08 | Update docs in preparation for release | Eric Andersen | |
2003-09-09 | Yet more trivial doc updates | Eric Andersen | |
2003-02-12 | Minor update regarding binutils | Eric Andersen | |
2002-11-08 | Update the docs | Eric Andersen | |
2002-08-30 | CFLAGS+=-D__FORCE_NOGLIBC, not CFLAGS+=__FORCE_NOGLIBC | Aaron Lehmann | |
Change a than to then | |||
2002-06-21 | Fix spelling | Eric Andersen | |
2002-06-20 | Update the README a bit | Eric Andersen | |
-Erik | |||
2002-04-22 | Minor updates. | Eric Andersen | |
2002-04-20 | Moved old README to INSTALL, and wrote a new README that is much more | David Schleef | |
like an introduction to the project. | |||
2002-01-09 | Recommend making symlinks, not copying the config file. | Eric Andersen | |
-Erik | |||
2001-11-21 | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | |
support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||
2001-08-10 | Update the build system, yet again. I hope this is the last time... | Eric Andersen | |
Here is the basic theory of operation: SHARED_LIB_LOADER_PATH/ <The location where the shared lib loader will be installed and where the compiler will cause apps to look for it.> DEVEL_PREFIX/ bin/ <contains gcc, ld, etc for setting PATH=$DEVEL_PREFIX/bin:$PATH> lib/ <contains all runtime and static libs> include/ <Where all the header files go> SYSTEM_DEVEL_PREFIX/ usr/bin/ <contains arch-uclibc-gcc, arch-uclibc-ld, etc that might be installed by a .deb or .rpm into /usr/bin, but can happily live under DEVEL_PREFIX> PREFIX This is prepended during 'make install's allowing you to shift things to be installed under some alternate location (such as when building a .deb) -Erik | |||
2001-07-25 | Fix small typo vodz reported. | Manuel Novoa III | |
2001-07-17 | Fix typo. | David Schleef | |
2001-07-12 | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | |
few tiny fixups here and there from me. Seems to work just fine and will hopefully be a bit better behaved. -Erik | |||
2001-06-11 | Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. | Manuel Novoa III | |
It didn't show up if a previous install was done. This would have been fixed two days ago if the initial bug report had been anything close to lucid. :-( Also changed ldconfig back to staticly linked and update the README file. | |||
2001-05-31 | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | |
TARGET_PREFIX to allow more flexibility. Also modified the gcc wrapper to do the right thing if -Wl,--dynamic-linker,xxx is passed on the command line. The gcc wrapper will also check the env variable UCLIBC_GCC_LDOPT for a dynamic linker option at runtime (although command line arg overrides the env variable). | |||
2001-05-29 | Give Erik's build-with-uClibc method. | Manuel Novoa III | |
2001-05-28 | Add a _really_ basic README outlining building/using uClibc. | Manuel Novoa III | |