Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-28 | Allow gcc to move/update by detecting where needed files are should | Eric Andersen | |
they move/disappear from the expected location. -Erik | |||
2003-05-28 | Accomodate building under cygwin | Eric Andersen | |
2003-03-05 | Patch from Konrad Eisele to omit -Wl,--dynamic-linker from | Eric Andersen | |
the gcc wrapper when not building with shared library support. | |||
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen | |
2003-02-27 | Patch from David Airlie to fix handling of ctor/dtor stuff when used in | Eric Andersen | |
combination with and w/o both the nostdinc and nostdlib options. | |||
2002-12-12 | Use crt1.o when ctor/dtor support is enabled | Eric Andersen | |
2002-12-12 | When -shared is specified, meaning they wish to create a shared | Eric Andersen | |
library, we need to disable adding start files (i.e. crt0) since it isn't supposed to be creating an executable, just a shared lib. -Erik | |||
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-11-27 | Make support for global constructors and global destructors be | Eric Andersen | |
configurable, so people who do not need or want ctor/dtor support can disable it and make their binaries a little bit smaller. -Erik | |||
2002-11-15 | Ronald Wahl writes: | Eric Andersen | |
since uclibc-0.9.16 I have to specify -fpic during _link_-time or else I get an error from the dynamic linker when I load shared objects. Patch is appended. | |||
2002-11-08 | Use NATIVE_CC. Don't hard code using 'gcc'. | Eric Andersen | |
-Erik | |||
2002-11-05 | Fix gcc-uClibc.h dependancies | Eric Andersen | |
2002-11-05 | Standardize LIBGCC_DIR | Eric Andersen | |
2002-10-31 | Skip the dependancy on .config for now | Eric Andersen | |
2002-10-31 | Fix a lingering reference to Config | Eric Andersen | |
-Erik | |||
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | |
been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik | |||
2002-10-23 | Make `-nostdlib' and `-nodefaultlibs' work correctly. | Miles Bader | |
2002-10-01 | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen | |
how uClibc handles _init and _fini, allowing shared lib constructors and destructors to initialize things in the correct sequence. Stefan ported the SH architecture. I then ported x86, arm, and mips. x86 and arm are working fine, but I don't think I quite got things correct for mips. | |||
2002-09-12 | Some minor C++ support updates | Eric Andersen | |
2002-08-12 | Only try to install existing binaries | Eric Andersen | |
-Erik | |||
2002-08-12 | Fix the gcc wrapper to include crtbeginS.o and crtendS.o when we are compiling | Eric Andersen | |
PIC code, and use crtbegin.o and crtend.o when compiling non-pic code. As was caused problems, esp on powerpc... -Erik | |||
2002-07-31 | Patch from Alexander Pevzner <pzz@pzz.msk.ru> to fixup things when invoked as | Eric Andersen | |
the C++ compiler to to automagically add include/g++ into the include search path, and automagically add -lstdc++ and -lm into the set of automatically linked libraries. | |||
2002-07-05 | Only enable elf2flt support when using elf toolchains | Eric Andersen | |
-Erik | |||
2002-07-02 | Change the default structure of the installed toolchain | Eric Andersen | |
-Erik | |||
2002-06-20 | Add support for doing the mmu-less thing | Eric Andersen | |
-Erik | |||
2002-06-20 | Fix a bug reported by Michael Weiser <michael@weiser.saale-net.de> | Eric Andersen | |
which could cause incorrect invocations of g++. Cleanup a few things. Add a new --uclibc-ctors flag allowing one to apply ctor/dtor support to regular C code. -Erik | |||
2002-05-30 | Put GCCINCDIR here, which is the only place it is needed. | Eric Andersen | |
-Erik | |||
2002-05-24 | Send the -s to the linker | Eric Andersen | |
2002-03-22 | It doesn't make sense to supress linking for -i or -r, | Eric Andersen | |
-Erik | |||
2002-03-22 | Fix incorrect ordering of -L and -l options, which prevented things | Eric Andersen | |
like iproute2 and XFree86 from linking. -Erik | |||
2002-03-18 | Add initial support for compiling cpp code. | Eric Andersen | |
-Erik | |||
2002-03-14 | Setup so ctors/dtors can run. Disabled for now, since they do | Eric Andersen | |
add a little bit to binary size... -Erik | |||
2002-02-27 | Lose the -nostdlib, which causes problems with older binutils, and | Eric Andersen | |
add some fflush calls, since it seems streams are not flushed before an exec | |||
2002-02-26 | Remove an erroneous -L- | Eric Andersen | |
2002-02-26 | Patch from Miles Bader: All the -M* options should | Eric Andersen | |
suppress linking (right now, only `-M' does). | |||
2002-02-25 | Yet another iteration... | Eric Andersen | |
2002-02-25 | Both Miles and Manuel complained about this one. I was silently | Eric Andersen | |
losing all -Wl calls... | |||
2002-02-23 | Fix the compiler wrapper yet more... | Eric Andersen | |
2002-02-23 | Fix a corner case which I had botched. | Eric Andersen | |
-Erik | |||
2002-02-23 | This should be a little better... | Eric Andersen | |
2002-02-20 | Several needed cleanups to the gcc wrapper. | Eric Andersen | |
-Erik | |||
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-01-29 | Updates to the v850 architecture from Miles Bader <miles@gnu.org> | Eric Andersen | |
2002-01-09 | Patch from Michael E Brown <mebrown@michaels-house.net> to | Eric Andersen | |
support setting DEVEL_PREFIX and BUILD_DIR at runtime instead of having to recompile the wrapper. Minor changes by me. | |||
2001-12-20 | Oops. I accidentally commited some experimental test code | Eric Andersen | |
(which was broken) yesterday. Revert that bit. -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | 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 | Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer | Eric Andersen | |
toolchain to any arbitrary directory... | |||
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-09 | Fix behavior when installing the devel env, since somewhere | Eric Andersen | |
along the line this got messed up... |