summaryrefslogtreecommitdiffstats
path: root/ldso/config.h
Commit message (Collapse)AuthorAgeFilesLines
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-5/+5
| | | | | | issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging...
* Some cleanups needed for things to compile and work as expectedEric Andersen2001-07-171-5/+5
| | | | | with the new build system... -Erik
* Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III2001-05-311-5/+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).
* One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen2001-05-251-8/+2
| | | | | | | so we now parallel the behavior of the standard tools. Also make sure we check INSTALLDIR/lib and INSTALLDIR/usr/lib for libraries. -Erik
* Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen2001-04-231-0/+59
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik