OSDN Git Service

Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg>
[uclinux-h8/uClibc.git] / Makefile
2001-06-12 Eric AndersenCleanup the toploevel makefile handing of shared libs...
2001-06-07 David McCulloughChange the last 2 "make" invocations to use $(MAKE).
2001-06-02 Manuel Novoa III Always check before you commit...^100. We need to...
2001-06-02 Manuel Novoa III Only build ldso if building shared. Also, if building...
2001-06-02 Manuel Novoa III Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f optio...
2001-06-01 Manuel Novoa III Fix bug: tried to install non-existant shared libs.
2001-05-31 Manuel Novoa III Install ldd and ldconfig as appropriate.
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-26 Eric AndersenDon't try to run ldconfig unless it exists
2001-05-26 David SchleefMakefile targets to symlink arch-specific headers into...
2001-05-25 Eric AndersenOne last structural change. Install header files to...
2001-05-21 Eric AndersenStub out libresolv for now. Some apps try to link...
2001-05-17 Eric AndersenPatch from David McCullough <davidm@lineo.com> -- do not
2001-05-16 Eric AndersenFix up a few little problems
2001-05-12 Eric AndersenShould not call make on ldso/libdl
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenRework where libraries get installed to. Now thew...
2001-05-11 Eric AndersenChange 'crypt' to 'libcrypt'
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-05-10 Eric AndersenuClibc now has a math library. muahahahaha!
2001-05-09 Eric AndersenBy default, leave out the RPC junk (it adds over 30k...
2001-05-09 Eric Andersencompile up libutil
2001-05-04 Eric AndersenAnother update to make sure things work properly on...
2001-05-04 Eric AndersenThis patch allows powerpc to compile again. It also...
2001-05-04 Eric AndersenThis is kindof neat. With this update, you can now...
2001-04-27 Eric AndersenA few more compilation updates
2001-04-26 Eric AndersenOk, this should finish things up
2001-04-26 Eric AndersenOops. I forgot to check this in last night, so if...
2001-04-23 Eric AndersenFix up the main makefile. Autobuild ld.so and install it
2001-04-20 Manuel Novoa III Change shared lib name. Update install_new target...
2001-04-05 Eric AndersenCompile the compiler last
2001-04-03 Eric AndersenFix a bug noted by David Beamonte <dbeamonte@intelnet...
2001-03-29 David SchleefReimplemented "make install" target. I left the old...
2001-03-20 David McCulloughDo not remove const and extension when compiling with...
2001-03-20 Eric AndersenFix some strange formatting, so the compile looks prettier.
2001-03-19 Eric AndersenSeems most folks don't have /sbin in their path
2001-03-19 Eric AndersenMove yet more stuff into the uClibc_config.h file
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-03-18 Manuel Novoa III Added Vladimir's ctype locale support. Make Config...
2001-03-05 Eric AndersenUse LDFLAGS, don't always include -nostdlib...
2001-02-19 Eric AndersenI just changed "net" to "inet" to better follow the...
2001-02-05 Eric AndersenUpdate the build system a bit.
2001-01-30 Eric AndersenCommit a pointless change to test more updates to the...
2001-01-27 Manuel Novoa III Enable auto-generation of a size-optimized sysconf...
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-24 Eric AndersenThis is a silly update to test my change to the script...
2001-01-24 Eric AndersenThis is a silly update to the makefile to test the...
2001-01-16 Eric AndersenMakefile fixes
2001-01-16 Eric AndersenRemove generated files.
2001-01-16 Eric AndersenAdd first pass shared lib support into Makefile.
2001-01-16 Eric Andersenlinux 2.0.x kernels have broken header files. It is...
2001-01-15 Eric AndersenIf they have an x86, but HAS_MMU is false, warn and...
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2001-01-12 Eric AndersenClean test dir on 'make clean'
2001-01-12 Eric AndersenMakefile cleanups. For starters, OPTIMIZATION was...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2001-01-05 Eric AndersenMake error msg even friendlier.
2001-01-02 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to get
2001-01-02 Eric AndersenDuh. This was so wrong.
2001-01-01 Eric AndersenCarefully tell folks when their Config is screwed up.
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-26 Eric AndersenAdd some more stuff -- {get|set}mntent, getline, getdel...
2000-10-22 Eric AndersenRemove io
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-12 Eric AndersenMakefile update
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-07 Eric AndersenMore cleanups
2000-10-05 Eric AndersenMajor update to string handling. strcmp and friends...
2000-10-04 Eric AndersenRemember to remove libc.a on 'make clean'
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-08-11 Eric AndersenYet more updates. Getting closer....
2000-08-10 Eric AndersenMore stuff. Down to only 43 missing functions before...
2000-07-09 Eric AndersenAdd in a bunch of junk. Busybox now compiles (except...
2000-07-09 Randolph Chungmisc net fixes for building....
2000-07-06 Eric AndersenMore stuff I forgot to commit.
2000-07-05 Eric AndersenMore header file cleanup.
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-06-28 Eric AndersenMore GPL vs LGPL fixes (sysdeps/getpagesize.c), and...
2000-05-15 Erik AndersenFinished porting stuff to x86 and supporting the Linux...
2000-05-14 Erik AndersenSome makefile updates to make it behave a bit better...
2000-05-14 Erik AndersenPatch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control...
2000-05-14 Erik AndersenInitial revision