summaryrefslogtreecommitdiffstats
path: root/Makerules
Commit message (Expand)AuthorAgeFilesLines
* - pull 24836:24838 from trunk (2 of psm's small fixes)Bernhard Reutner-Fischer2009-01-141-1/+1
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double mathBernhard Reutner-Fischer2008-12-221-1/+7
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-6/+6
* - fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer2008-10-141-2/+12
* - prevent spurious rebuildsBernhard Reutner-Fischer2008-10-091-1/+1
* - cut down on attempted pattern rule matchesBernhard Reutner-Fischer2008-10-091-0/+1
* - beautify hcompile.uBernhard Reutner-Fischer2008-10-091-2/+12
* - revert bad hunk from (my) r22403Bernhard Reutner-Fischer2008-10-081-1/+1
* - do not attempt to rm twiceBernhard Reutner-Fischer2008-09-161-1/+1
* - the help target is phonyBernhard Reutner-Fischer2008-09-111-1/+1
* - honour EXTRA_CPPFLAGSBernhard Reutner-Fischer2008-09-111-1/+1
* - should either be defined or callers should do_t_strip manually afterwardsBernhard Reutner-Fischer2008-08-271-1/+1
* - the interp is an order-only prereq of lib-so-yBernhard Reutner-Fischer2008-07-111-1/+2
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-171-10/+20
* - remove improper commentBernhard Reutner-Fischer2008-06-161-2/+0
* - disregard any and all $(top_builddir) in deps.Bernhard Reutner-Fischer2008-06-111-10/+20
* - no need to export the included dependencies generated by ccBernhard Reutner-Fischer2008-06-101-4/+8
* - Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer2008-06-091-3/+24
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-2/+2
* - fix typo (have to check the content, not if true)Bernhard Reutner-Fischer2008-06-041-1/+2
* - add libpthread-nonshared-y to files.depBernhard Reutner-Fischer2008-06-031-5/+7
* - Generate dummy rules for prerequisites.Bernhard Reutner-Fischer2008-06-031-1/+1
* - breakup lines of compile.c and add a variable to hold filter-out PHONY target.Bernhard Reutner-Fischer2008-06-031-3/+10
* Still forgot some libraries in one of the previous commits.Bernd Schmidt2008-06-011-3/+3
* Use $(<D) rather than $(^D), as the latter now contains an elementBernd Schmidt2008-06-011-4/+9
* - since we force make into trying to rebuild unconditionally, we have toBernhard Reutner-Fischer2008-06-011-3/+5
* - store the used compiler plus flags in the .%.dep files too andBernhard Reutner-Fischer2008-06-011-23/+49
* Oh, and prepend a dot to the basename so i don't have to change my habit ofBernhard Reutner-Fischer2008-05-311-1/+4
* - generate deps via gccBernhard Reutner-Fischer2008-05-311-3/+16
* - fix whitespaceBernhard Reutner-Fischer2008-05-311-7/+8
* - fix prerequisites of sysnum.h (has to depend on the script that generates it)Bernhard Reutner-Fischer2008-05-311-1/+1
* - fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer2008-03-261-2/+1
* - improve building utilsBernhard Reutner-Fischer2008-03-261-2/+6
* - fix generation of sysnum.h for parallel builds, second take.Bernhard Reutner-Fischer2008-03-261-2/+2
* - fix (parallel) compilation error in ldso.cBernhard Reutner-Fischer2008-03-261-1/+1
* Filter out '-std=gnu99' when running the assembler. This causes an error "Steven J. Hill"2008-01-261-1/+1
* Another piece needed for FD-PIC. This compiles another startfile, crtreloc.o,Bernd Schmidt2008-01-181-2/+9
* - check for -nostdlibBernhard Reutner-Fischer2008-01-161-3/+3
* Some shared flat improvements.Bernd Schmidt2007-11-231-2/+5
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-131-9/+9
* create new menu so people can select what format they wish to build uClibcMike Frysinger2006-12-111-2/+2
* Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger2006-12-081-1/+27
* get rid of the notion of .E files as .i is the proper usageMike Frysinger2006-11-171-6/+4
* Add support for libpthread_nonshared.a, strip the objects in *nonshared*Peter S. Mazinger2006-03-091-1/+9
* Add -D__ASSEMBLER__ to compile.S so that -std=c99 would not failPeter S. Mazinger2006-03-011-1/+1
* touchup how we generate initfini.sMike Frysinger2006-02-281-1/+2
* add support for glibc initfini.cMike Frysinger2006-02-281-4/+26
* Add support for CFLAGS-OMIT-file from nptlPeter S. Mazinger2006-02-231-2/+1
* since interp is an actual object file that is linked into shared libs, make i...Mike Frysinger2006-02-181-1/+1
* touchup headers target somemore so building in subdirs works nicely againMike Frysinger2006-02-181-3/+3