summaryrefslogtreecommitdiff
path: root/extra/gcc-uClibc/Makefile
AgeCommit message (Collapse)Author
2001-04-25Fix up default .so number. This should avoid conflicts with libc5Eric Andersen
libraries...
2001-04-23Define where the shared lib loader now lives...Eric Andersen
-Erik
2001-04-20Update the gcc wrapper. Changes described in the notes at the top of the file.Manuel Novoa III
2001-04-06Make a naming change to be consistent with other cross compiling tools.Eric Andersen
Set up a default lib dir off the root of the uClibc compile dir. This really needs more thought, but is good enough for now I think.
2001-02-15Hack DYNAMIC_LINKER setting for now.Manuel Novoa III
2001-02-09Try to automagically pick the correct dynamic linker.Eric Andersen
-Erik
2001-01-30Hide some unnecessary output. Check cvs logging script.Manuel Novoa III
2001-01-23Always use system libc, to facilitate bootstrapping new architectures.Eric Andersen
-Erik
2001-01-17Set dynamic linker used to /lib/ld-linux.so.1. Changeable in Makefile.Manuel Novoa III
2001-01-17Adapted to handle shared libraries as well as static. Fixed Makefile for m68k.Manuel Novoa III
2001-01-16Oops. Forgot to check these in...Eric Andersen
2001-01-15First pass at making this work with the new libcrt0.o location.Eric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen