Age | Commit message (Collapse) | Author | |
---|---|---|---|
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... | |||
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-05 | Don't change options on based on path -- use command line options or | Eric Andersen | |
ENV variables only. The current behavior violates the principle of least surprise... -Erik | |||
2001-07-03 | Oops. | Eric Andersen | |
2001-07-03 | Allow the shared lib loader to fallback on the builddir if everything | Eric Andersen | |
else fails. Let <arch>-uclibc-gcc --uclibc-use-build-dir set the shared lib loader to the one in the builddir's path. -Erik | |||
2001-07-01 | Changed dependencies of gcc-uClibc.h to ../../Config instead of clean | David Schleef | |
2001-06-13 | Don't create a fake readelf app. We are creating a real one now. | Eric Andersen | |
-Erik | |||
2001-05-31 | Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that | Manuel Novoa III | |
those behaviors can be invoked from the command line. | |||
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-30 | Look's like I need to disable the rpath stuff for now as well. | Manuel Novoa III | |
To build with an uninstaled uClibc, set UCLIBC_GCC=build in your env, or rename it/symlink to it using a name containing the string "build". | |||
2001-05-30 | Revert behavior of wrapper to not use dynamic linker in the build dir, so | Manuel Novoa III | |
those who want to should now be able to compile against uClibc without installing it (using the "build" behavior). | |||
2001-05-27 | Revert behavior to either INSTALL_DIR or BUILD_DIR but not both. Also, if | Manuel Novoa III | |
using BUILD_DIR and uClibc dynamic linker, use the one in the build dir. If people want the "both dir" behavior, I'll enable it similar to the "build" and "rpath" behaviors. See the comments in the file for how this works. | |||
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 | Patch from Andreas Neuhaus <andy@fasta.fh-dortmund.de> | Eric Andersen | |
gcc was looking for crt0 in the wrong dir. Oops! | |||
2001-05-16 | Fix up a few little problems | 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-10 | Fix up naming of ld.so so every uses the same define. The top level | Eric Andersen | |
was using one name and the ld.so-1 dir was using another (they happened to be the same). Fix that. -Erik | |||
2001-05-07 | Use the symbolic name, don't hard code. | Eric Andersen | |