Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-20 | Use tar instead of cp -LR for make install, since older GNU cp | Eric Andersen | |
(i.e. RedHat 6.2) don't support -LR -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-11-26 | My adjusted 'make install' was missing include/linux subdirs. Try | Eric Andersen | |
just using 'cp -a' and see if anyone complains and makes me use tar or something. Check libm for undefined non-libc symbols. | |||
2001-11-24 | Oops... | Eric Andersen | |
2001-11-24 | Much faster version of 'make install' -- it was doing one | Eric Andersen | |
fork per header file... Ugh. -Erik | |||
2001-11-23 | MDAD: The "Config" file message, should say copy to "Config" not "Config.". | Michael Durrant | |
MDAD: Can be confusing to newbies. | |||
2001-11-23 | Finish ajusting math lib options. Close out a couple of todo items. | Eric Andersen | |
2001-10-17 | This commit makes large file support actually work (when enabled in | Eric Andersen | |
the config file). I've tested this and it works for me. -Erik | |||
2001-10-16 | Revert global old mmap usage, and do it per arch | Eric Andersen | |
2001-10-11 | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | |
He sent this patch to me a month ago, but I forgot to apply it... | |||
2001-08-14 | Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX) | Eric Andersen | |
2001-08-13 | A few more (final?) cleanups for the installer behavior. I now think | Eric Andersen | |
things are working perfectly (perhaps I shouln't think so much) | |||
2001-08-13 | Add in a make release target | Eric Andersen | |
2001-08-13 | Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer | Eric Andersen | |
toolchain to any arbitrary directory... | |||
2001-08-11 | Need to create $(SYSTEM_DEVEL_PREFIX)/usr/bin | David Schleef | |
2001-08-10 | Oops. Symlink args were backwards... | Eric Andersen | |
2001-08-10 | Don't blow away existing files when trying to install a ldso symlink... | Eric Andersen | |
2001-08-10 | Update the build system, yet again. I hope this is the last time... | Eric Andersen | |
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 | |||
2001-08-08 | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | |
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... | |||
2001-07-17 | Some cleanups needed for things to compile and work as expected | Eric Andersen | |
with the new build system... -Erik | |||
2001-07-12 | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | |
few tiny fixups here and there from me. Seems to work just fine and will hopefully be a bit better behaved. -Erik | |||
2001-07-09 | A patch from Michal Moskal <malekith@pld.org.pl> to include | Eric Andersen | |
partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course, | |||
2001-07-04 | If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather than | David McCullough | |
asm-$(TARGET_ARCH) as the link for include/asm. | |||
2001-07-04 | Fix missing libresolv.so | Eric Andersen | |
2001-07-02 | Fix a silly typo | Eric Andersen | |
2001-07-01 | Added additional cleaning | David Schleef | |
2001-06-28 | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | |
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. | |||
2001-06-27 | For now, we need to explicitly make clean in libc/unistd (sysconf stuff) | Manuel Novoa III | |
and libc/sysdeps/linux/common (unified syscall stuff). | |||
2001-06-26 | Change to allow compiling against unconfigured kernels. Creates | David Schleef | |
symlink to include/asm-${arch} instead of include/asm. | |||
2001-06-18 | This commit finishes adding support for the old m68k-coff toolchains by | Eric Andersen | |
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 | |||
2001-06-15 | A few build updates | Eric Andersen | |
2001-06-13 | Add warning message if Config doesn't exist | David Schleef | |
2001-06-12 | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | |
define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | |||
2001-06-07 | Change the last 2 "make" invocations to use $(MAKE). | David McCullough | |
2001-06-02 | Always check before you commit...^100. We need to build the dynamic linker | Manuel Novoa III | |
before we build shared libc. We need to build shared libc before libdl. | |||
2001-06-02 | Only build ldso if building shared. Also, if building ldso, build all subdirs. | Manuel Novoa III | |
2001-06-02 | Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s. | Manuel Novoa III | |
2001-06-01 | Fix bug: tried to install non-existant shared libs. | Manuel Novoa III | |
2001-05-31 | Install ldd and ldconfig as appropriate. | Manuel Novoa III | |
2001-05-31 | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel 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-28 | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | |
from libm float function support. Also, move all Config files out of the main directory. | |||
2001-05-26 | Don't try to run ldconfig unless it exists | Eric Andersen | |
2001-05-26 | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef | |
used on mipsel.) | |||
2001-05-25 | One last structural change. Install header files to INSTALLDIR/usr/include | Eric Andersen | |
so we now parallel the behavior of the standard tools. Also make sure we check INSTALLDIR/lib and INSTALLDIR/usr/lib for libraries. -Erik | |||
2001-05-21 | Stub out libresolv for now. Some apps try to link with it (though | Eric Andersen | |
almost always erroneously as a result of configure scripts that were poorly done). This will let such apps compile... -Erik | |||
2001-05-17 | Patch from David McCullough <davidm@lineo.com> -- do not | Eric Andersen | |
try to build ldso when we don't support shared libraries... | |||
2001-05-16 | Fix up a few little problems | Eric Andersen | |
2001-05-12 | Should not call make on ldso/libdl | Eric Andersen | |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
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 | |||
2001-05-11 | Rework where libraries get installed to. Now thew will be compiled and | Eric 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 |