summaryrefslogtreecommitdiff
path: root/.cvsignore
AgeCommit message (Collapse)Author
2001-11-18Added build-stamp for DebianDavid Schleef
2001-05-31Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel 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-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III
from libm float function support. Also, move all Config files out of the main directory.
2001-05-11Rework where libraries get installed to. Now thew will be compiled andEric Andersen
dropped into a uClibc/lib dir when compiling, which will make life a bit easier when installing and cleaning up. Preface uClibc with 'lib' so ldconfig will recognize it as a library. Make all libraries have the uClibc version number attached, making upgrades possible by using the traditional symlink to the .so name plan. -Erik
2001-04-27Ignore stuffEric Andersen
2001-03-18Added Vladimir's ctype locale support. Make Config setting visible in ↵Manuel Novoa III
features.h. Reworked build of shared lib as suggested by Magick <magick@dds.nl>.
2001-01-16Ignore generated binaries. Add a Config usable by most stock x86 systems.Eric Andersen