OSDN Git Service

test: disable librt shmtest on non-MMU systems
[uclinux-h8/uClibc.git] / Makefile
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 Eric AndersenMy adjusted 'make install' was missing include/linux...
2001-11-24 Eric AndersenOops...
2001-11-24 Eric AndersenMuch faster version of 'make install' -- it was doing one
2001-11-23 Michael DurrantMDAD: The "Config" file message, should say copy to...
2001-11-23 Eric AndersenFinish ajusting math lib options. Close out a couple...
2001-10-17 Eric AndersenThis commit makes large file support actually work...
2001-10-16 Eric AndersenRevert global old mmap usage, and do it per arch
2001-10-11 Eric AndersenPatch from Miles Bader <miles@lsi.nec.co.jp> to support...
2001-08-14 Eric AndersenFix the "install_target" target to install to $(PREFIX...
2001-08-13 Eric AndersenA few more (final?) cleanups for the installer behavior...
2001-08-13 Eric AndersenAdd in a make release target
2001-08-13 Eric AndersenFix SYSTEM_DEVEL_PREFIX to allow install of the <arch...
2001-08-11 David SchleefNeed to create $(SYSTEM_DEVEL_PREFIX)/usr/bin
2001-08-10 Eric AndersenOops. Symlink args were backwards...
2001-08-10 Eric AndersenDon't blow away existing files when trying to install...
2001-08-10 Eric AndersenUpdate the build system, yet again. I hope this is...
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-17 Eric AndersenSome cleanups needed for things to compile and work...
2001-07-12 Eric AndersenThis commit merges David Schleef's updates to the build...
2001-07-09 Eric AndersenA patch from Michal Moskal <malekith@pld.org.pl> to...
2001-07-04 David McCulloughIf HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu...
2001-07-04 Eric AndersenFix missing libresolv.so
2001-07-02 Eric AndersenFix a silly typo
2001-07-01 David SchleefAdded additional cleaning
2001-06-28 Manuel Novoa III Added a script to create bits/syscall.h for each arch.
2001-06-27 Manuel Novoa III For now, we need to explicitly make clean in libc/unist...
2001-06-26 David SchleefChange to allow compiling against unconfigured kernels...
2001-06-18 Eric AndersenThis commit finishes adding support for the old m68k...
2001-06-15 Eric AndersenA few build updates
2001-06-13 David SchleefAdd warning message if Config doesn't exist
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...
next