summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanups needed for things to compile and work as expectedEric Andersen2001-07-171-4/+4
| | | | | with the new build system... -Erik
* This commit merges David Schleef's updates to the build system, which aEric Andersen2001-07-121-45/+57
| | | | | | few tiny fixups here and there from me. Seems to work just fine and will hopefully be a bit better behaved. -Erik
* A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen2001-07-091-0/+5
| | | | | partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course,
* If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather thanDavid McCullough2001-07-041-1/+5
| | | | asm-$(TARGET_ARCH) as the link for include/asm.
* Fix missing libresolv.soEric Andersen2001-07-041-0/+1
|
* Fix a silly typoEric Andersen2001-07-021-1/+1
|
* Added additional cleaningDavid Schleef2001-07-011-0/+3
|
* Added a script to create bits/syscall.h for each arch.Manuel Novoa III2001-06-281-1/+5
| | | | | | | | | | | NOTE!!! This is run by "make -C libc/sysdeps/linux/$(TARGET_ARCH) headers" in the main Makefile, but I only changed libc/sysdeps/linux/i386/Makefile as I had no way of testing it for the other archs. Various arch maintainers, please check and update the corresponding Makefile... or report bugs ;-)... appropriately. You'll also want to "cvs del" syscall.h and add it to a .cvsignore in $(ARCH)/bits. Also added a define to uClibc_config.h, __UCLIBC_USE_UNIFIED_SYSCALL__, and moved i386 unified syscall stuff out of common and into i386/bits/syscalls.h.
* For now, we need to explicitly make clean in libc/unistd (sysconf stuff)Manuel Novoa III2001-06-271-0/+2
| | | | and libc/sysdeps/linux/common (unified syscall stuff).
* Change to allow compiling against unconfigured kernels. CreatesDavid Schleef2001-06-261-1/+5
| | | | symlink to include/asm-${arch} instead of include/asm.
* This commit finishes adding support for the old m68k-coff toolchains byEric Andersen2001-06-181-1/+6
| | | | | | | working around a missing header file in the compiler shipped with the uCsimm and uCdimm. This should make the folk in Toronto happy, since now they can use the latest CVS version of uClibc. -Erik
* A few build updatesEric Andersen2001-06-151-4/+2
|
* Add warning message if Config doesn't existDavid Schleef2001-06-131-0/+7
|
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-20/+13
| | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik
* Change the last 2 "make" invocations to use $(MAKE).David McCullough2001-06-071-3/+3
|
* Always check before you commit...^100. We need to build the dynamic linkerManuel Novoa III2001-06-021-1/+4
| | | | before we build shared libc. We need to build shared libc before libdl.
* Only build ldso if building shared. Also, if building ldso, build all subdirs.Manuel Novoa III2001-06-021-4/+3
|
* Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s.Manuel Novoa III2001-06-021-7/+7
|
* Fix bug: tried to install non-existant shared libs.Manuel Novoa III2001-06-011-0/+2
|
* Install ldd and ldconfig as appropriate.Manuel Novoa III2001-05-311-3/+15
|
* Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III2001-05-311-18/+31
| | | | | | | | 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).
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-7/+12
| | | | | from libm float function support. Also, move all Config files out of the main directory.
* Don't try to run ldconfig unless it existsEric Andersen2001-05-261-1/+1
|
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-1/+2
| | | | used on mipsel.)
* One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen2001-05-251-9/+9
| | | | | | | so we now parallel the behavior of the standard tools. Also make sure we check INSTALLDIR/lib and INSTALLDIR/usr/lib for libraries. -Erik
* Stub out libresolv for now. Some apps try to link with it (thoughEric Andersen2001-05-211-1/+1
| | | | | | almost always erroneously as a result of configure scripts that were poorly done). This will let such apps compile... -Erik
* Patch from David McCullough <davidm@lineo.com> -- do notEric Andersen2001-05-171-1/+4
| | | | try to build ldso when we don't support shared libraries...
* Fix up a few little problemsEric Andersen2001-05-161-0/+5
|
* Should not call make on ldso/libdlEric Andersen2001-05-121-1/+0
|
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-83/+49
| | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
* Rework where libraries get installed to. Now thew will be compiled andEric Andersen2001-05-111-25/+6
| | | | | | | | | 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
* Change 'crypt' to 'libcrypt'Eric Andersen2001-05-111-8/+4
|
* Fix up naming of ld.so so every uses the same define. The top levelEric Andersen2001-05-101-2/+0
| | | | | | was using one name and the ld.so-1 dir was using another (they happened to be the same). Fix that. -Erik
* uClibc now has a math library. muahahahaha!Eric Andersen2001-05-101-1/+13
| | | | -Erik
* By default, leave out the RPC junk (it adds over 30k). Add in a compileEric Andersen2001-05-091-0/+5
| | | | | | time option to include it if NFS support is wanted (does anyone every use this for anything else these days?) -Erik
* compile up libutilEric Andersen2001-05-091-1/+3
|
* Another update to make sure things work properly on x86 now.Eric Andersen2001-05-041-3/+3
|
* This patch allows powerpc to compile again. It also checks if weEric Andersen2001-05-041-3/+5
| | | | | | are compiling for an arch for which uClibc has an ld.so or not, and otherwise sets things up to use the system ld.so. -Erik
* This is kindof neat. With this update, you can now simply set yourEric Andersen2001-05-041-7/+7
| | | | | | | PATH and things will now simply compile vs uClibc. Or you can add INSTALL_DIR/usr/bin to your path and use it as a cross compiler. Either way, it works now. -Erik
* A few more compilation updatesEric Andersen2001-04-271-6/+9
|
* Ok, this should finish things upEric Andersen2001-04-261-0/+1
| | | | -Erik
* Oops. I forgot to check this in last night, so if anybody builtEric Andersen2001-04-261-3/+5
| | | | | | uClibc during the last 18 hours it would have failed. Sorry about that... -Erik
* Fix up the main makefile. Autobuild ld.so and install itEric Andersen2001-04-231-53/+22
| | | | when appropriate,
* Change shared lib name. Update install_new target in Makefile.Manuel Novoa III2001-04-201-30/+34
|
* Compile the compiler lastEric Andersen2001-04-051-1/+1
|
* Fix a bug noted by David Beamonte <dbeamonte@intelnet.es>, so thatEric Andersen2001-04-031-1/+1
| | | | we define "__linux__" in uClibc_config.h, not "__linux_".
* Reimplemented "make install" target. I left the old one as-is,David Schleef2001-03-291-0/+35
| | | | | under the assumtion that someone will get confused if it suddenly changes.
* Do not remove const and extension when compiling with the elf tools.David McCullough2001-03-201-3/+5
|
* Fix some strange formatting, so the compile looks prettier.Eric Andersen2001-03-201-2/+5
|
* Seems most folks don't have /sbin in their pathEric Andersen2001-03-191-1/+1
|