Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove whitespace | Eric Andersen | 2004-12-13 | 1 | -4/+4 |
| | |||||
* | Fix grammar | Eric Andersen | 2004-11-11 | 1 | -1/+1 |
| | |||||
* | misc touchups | Mike Frysinger | 2004-11-11 | 1 | -8/+8 |
| | |||||
* | Update docs in preparation for release | Eric Andersen | 2003-11-08 | 1 | -11/+20 |
| | |||||
* | Yet more trivial doc updates0_9_21 | Eric Andersen | 2003-09-09 | 1 | -24/+28 |
| | |||||
* | Minor update regarding binutils0_9_18 | Eric Andersen | 2003-02-12 | 1 | -3/+3 |
| | |||||
* | Update the docs | Eric Andersen | 2002-11-08 | 1 | -3/+3 |
| | |||||
* | CFLAGS+=-D__FORCE_NOGLIBC, not CFLAGS+=__FORCE_NOGLIBC | Aaron Lehmann | 2002-08-30 | 1 | -2/+2 |
| | | | | Change a than to then | ||||
* | Fix spelling | Eric Andersen | 2002-06-21 | 1 | -2/+2 |
| | |||||
* | Update the README a bit | Eric Andersen | 2002-06-20 | 1 | -10/+22 |
| | | | | -Erik | ||||
* | Minor updates. | Eric Andersen | 2002-04-22 | 1 | -22/+32 |
| | |||||
* | Moved old README to INSTALL, and wrote a new README that is much more | David Schleef | 2002-04-20 | 1 | -54/+28 |
| | | | | like an introduction to the project. | ||||
* | Recommend making symlinks, not copying the config file. | Eric Andersen | 2002-01-09 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -4/+18 |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | ||||
* | Update the build system, yet again. I hope this is the last time... | Eric Andersen | 2001-08-10 | 1 | -14/+8 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix small typo vodz reported. | Manuel Novoa III | 2001-07-25 | 1 | -1/+1 |
| | |||||
* | Fix typo. | David Schleef | 2001-07-17 | 1 | -2/+2 |
| | |||||
* | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | 2001-07-12 | 1 | -8/+44 |
| | | | | | | few tiny fixups here and there from me. Seems to work just fine and will hopefully be a bit better behaved. -Erik | ||||
* | Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. | Manuel Novoa III | 2001-06-11 | 1 | -3/+7 |
| | | | | | | | 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. | ||||
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 1 | -1/+5 |
| | | | | | | | | 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). | ||||
* | Give Erik's build-with-uClibc method. | Manuel Novoa III | 2001-05-29 | 1 | -2/+5 |
| | |||||
* | Add a _really_ basic README outlining building/using uClibc. | Manuel Novoa III | 2001-05-28 | 1 | -0/+9 |