Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-11 | Allow some failures to simplify building gcc | Eric Andersen | |
2002-03-11 | Don't install CVS files into the devel dir | Eric Andersen | |
2002-03-01 | Move syscall.h generation to the top level Makefile | Eric Andersen | |
-Erik | |||
2002-03-01 | Doh! A search and replace bug... | Eric Andersen | |
2002-03-01 | Doh! Doh! Doh! | Eric Andersen | |
2002-03-01 | Doh! | Eric Andersen | |
2002-03-01 | oops. I forgot to commit this... | Eric Andersen | |
2002-02-25 | Joerg Schmitz-Linneweber recommends using tar -f - instead of -O | Eric Andersen | |
to prevent interference with the TAPE env var | |||
2002-02-20 | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen | |
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik | |||
2002-02-16 | Additionally remove libc/tmp | David Schleef | |
2002-02-15 | Geoffrey Espin noticed a $ that should have been a double $$ | Eric Andersen | |
since Make make eats $'s. | |||
2002-02-08 | Dont choke when chown fails. Try to be more portable... | Eric Andersen | |
2002-02-04 | A few more little cleanups | Eric Andersen | |
2002-02-02 | Add in support for the Hitach H8/300H architecture, | Eric Andersen | |
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> | |||
2002-02-02 | Grr. I should learn to compile stuff before committing | Eric Andersen | |
2002-02-02 | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | |
Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik | |||
2002-02-01 | Add install_utils and install_target_utils targets, so people | Eric Andersen | |
that don't like my amazingly cool ldd and readelf tools, can (most unwisely ;-) ignore them. -Erik | |||
2002-02-01 | Be ever so pedantic and explicitly tell tar to use stdin, | Eric Andersen | |
not to just assume it. -Erik | |||
2002-02-01 | Don't assume uid=gid | Eric Andersen | |
2002-01-31 | Fix/simplify longjmp. Fix toplevel mips settings | Eric Andersen | |
2002-01-25 | Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries to | Eric Andersen | |
build ldso stuff on non-shared-library systems. And Matthew Bloch <mattbee@soup-kitchen.net> noticed that we need to create some dirs before installing some stuff, so fix that as well. -Erik | |||
2002-01-14 | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen | |
support for Unix98 PTYs, and optionally exclude the older junk. | |||
2002-01-11 | Sigh. Typod it again | Eric Andersen | |
2002-01-11 | Oops. typo. | Eric Andersen | |
2002-01-11 | More build system cleanups... | Eric Andersen | |
2002-01-11 | Scrub the way libraries are linked. Use ld, not gcc, to avoid | Eric Andersen | |
chicken-and-egg problems when building gcc toolchains. -Erik | |||
2002-01-09 | Recommend making symlinks, not copying the config file. | Eric Andersen | |
-Erik | |||
2002-01-09 | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen | |
enable -falign-functions if avilable. | |||
2002-01-01 | Change 'cd <foo> ; bar' to 'cd <foo> && bar' for proper error checking | Eric Andersen | |
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 |