| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX) | Eric Andersen | 2001-08-14 | 1 | -10/+10 |
* | A few more (final?) cleanups for the installer behavior. I now think | Eric Andersen | 2001-08-13 | 1 | -4/+6 |
* | Add in a make release target | Eric Andersen | 2001-08-13 | 1 | -1/+13 |
* | Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer | Eric Andersen | 2001-08-13 | 1 | -4/+4 |
* | Need to create $(SYSTEM_DEVEL_PREFIX)/usr/bin | David Schleef | 2001-08-11 | 1 | -2/+1 |
* | Oops. Symlink args were backwards... | Eric Andersen | 2001-08-10 | 1 | -4/+4 |
* | Don't blow away existing files when trying to install a ldso symlink... | Eric Andersen | 2001-08-10 | 1 | -2/+2 |
* | Update the build system, yet again. I hope this is the last time... | Eric Andersen | 2001-08-10 | 1 | -67/+69 |
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 1 | -28/+34 |
* | Some cleanups needed for things to compile and work as expected | Eric Andersen | 2001-07-17 | 1 | -4/+4 |
* | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | 2001-07-12 | 1 | -45/+57 |
* | A patch from Michal Moskal <malekith@pld.org.pl> to include | Eric Andersen | 2001-07-09 | 1 | -0/+5 |
* | If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather than | David McCullough | 2001-07-04 | 1 | -1/+5 |
* | Fix missing libresolv.so | Eric Andersen | 2001-07-04 | 1 | -0/+1 |
* | Fix a silly typo | Eric Andersen | 2001-07-02 | 1 | -1/+1 |
* | Added additional cleaning | David Schleef | 2001-07-01 | 1 | -0/+3 |
* | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | 2001-06-28 | 1 | -1/+5 |
* | For now, we need to explicitly make clean in libc/unistd (sysconf stuff) | Manuel Novoa III | 2001-06-27 | 1 | -0/+2 |
* | Change to allow compiling against unconfigured kernels. Creates | David Schleef | 2001-06-26 | 1 | -1/+5 |
* | This commit finishes adding support for the old m68k-coff toolchains by | Eric Andersen | 2001-06-18 | 1 | -1/+6 |
* | A few build updates | Eric Andersen | 2001-06-15 | 1 | -4/+2 |
* | Add warning message if Config doesn't exist | David Schleef | 2001-06-13 | 1 | -0/+7 |
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -20/+13 |
* | Change the last 2 "make" invocations to use $(MAKE). | David McCullough | 2001-06-07 | 1 | -3/+3 |
* | Always check before you commit...^100. We need to build the dynamic linker | Manuel Novoa III | 2001-06-02 | 1 | -1/+4 |
* | Only build ldso if building shared. Also, if building ldso, build all subdirs. | Manuel Novoa III | 2001-06-02 | 1 | -4/+3 |
* | Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s. | Manuel Novoa III | 2001-06-02 | 1 | -7/+7 |
* | Fix bug: tried to install non-existant shared libs. | Manuel Novoa III | 2001-06-01 | 1 | -0/+2 |
* | Install ldd and ldconfig as appropriate. | Manuel Novoa III | 2001-05-31 | 1 | -3/+15 |
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 1 | -18/+31 |
* | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | 2001-05-28 | 1 | -7/+12 |
* | Don't try to run ldconfig unless it exists | Eric Andersen | 2001-05-26 | 1 | -1/+1 |
* | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef | 2001-05-26 | 1 | -1/+2 |
* | One last structural change. Install header files to INSTALLDIR/usr/include | Eric Andersen | 2001-05-25 | 1 | -9/+9 |
* | Stub out libresolv for now. Some apps try to link with it (though | Eric Andersen | 2001-05-21 | 1 | -1/+1 |
* | Patch from David McCullough <davidm@lineo.com> -- do not | Eric Andersen | 2001-05-17 | 1 | -1/+4 |
* | Fix up a few little problems | Eric Andersen | 2001-05-16 | 1 | -0/+5 |
* | Should not call make on ldso/libdl | Eric Andersen | 2001-05-12 | 1 | -1/+0 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -83/+49 |
* | Rework where libraries get installed to. Now thew will be compiled and | Eric Andersen | 2001-05-11 | 1 | -25/+6 |
* | Change 'crypt' to 'libcrypt' | Eric Andersen | 2001-05-11 | 1 | -8/+4 |
* | Fix up naming of ld.so so every uses the same define. The top level | Eric Andersen | 2001-05-10 | 1 | -2/+0 |
* | uClibc now has a math library. muahahahaha! | Eric Andersen | 2001-05-10 | 1 | -1/+13 |
* | By default, leave out the RPC junk (it adds over 30k). Add in a compile | Eric Andersen | 2001-05-09 | 1 | -0/+5 |
* | compile up libutil | Eric Andersen | 2001-05-09 | 1 | -1/+3 |
* | Another update to make sure things work properly on x86 now. | Eric Andersen | 2001-05-04 | 1 | -3/+3 |
* | This patch allows powerpc to compile again. It also checks if we | Eric Andersen | 2001-05-04 | 1 | -3/+5 |
* | This is kindof neat. With this update, you can now simply set your | Eric Andersen | 2001-05-04 | 1 | -7/+7 |
* | A few more compilation updates | Eric Andersen | 2001-04-27 | 1 | -6/+9 |
* | Ok, this should finish things up | Eric Andersen | 2001-04-26 | 1 | -0/+1 |