summaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Expand)Author
2008-12-22- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer
2008-12-12- only strip if cc compiled fineBernhard Reutner-Fischer
2008-12-04Added do_awk commanf for invoking awk parser. It will be usedCarmelo Amoroso
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-14- fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer
2008-10-09- prevent spurious rebuildsBernhard Reutner-Fischer
2008-10-09- cut down on attempted pattern rule matchesBernhard Reutner-Fischer
2008-10-09- beautify hcompile.uBernhard Reutner-Fischer
2008-10-08- revert bad hunk from (my) r22403Bernhard Reutner-Fischer
2008-09-16- do not attempt to rm twiceBernhard Reutner-Fischer
2008-09-11- the help target is phonyBernhard Reutner-Fischer
2008-09-11- honour EXTRA_CPPFLAGSBernhard Reutner-Fischer
2008-08-27- should either be defined or callers should do_t_strip manually afterwardsBernhard Reutner-Fischer
2008-07-11- the interp is an order-only prereq of lib-so-yBernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-16- remove improper commentBernhard Reutner-Fischer
2008-06-11- disregard any and all $(top_builddir) in deps.Bernhard Reutner-Fischer
2008-06-10- no need to export the included dependencies generated by ccBernhard Reutner-Fischer
2008-06-09- Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer
2008-06-04- strip the targets and not prerequisitesBernhard Reutner-Fischer
2008-06-04- fix typo (have to check the content, not if true)Bernhard Reutner-Fischer
2008-06-03- add libpthread-nonshared-y to files.depBernhard Reutner-Fischer
2008-06-03- Generate dummy rules for prerequisites.Bernhard Reutner-Fischer
2008-06-03- breakup lines of compile.c and add a variable to hold filter-out PHONY target.Bernhard Reutner-Fischer
2008-06-01Still forgot some libraries in one of the previous commits.Bernd Schmidt
2008-06-01Use $(<D) rather than $(^D), as the latter now contains an elementBernd Schmidt
2008-06-01- since we force make into trying to rebuild unconditionally, we have toBernhard Reutner-Fischer
2008-06-01- store the used compiler plus flags in the .%.dep files too andBernhard Reutner-Fischer
2008-05-31Oh, and prepend a dot to the basename so i don't have to change my habit ofBernhard Reutner-Fischer
2008-05-31- generate deps via gccBernhard Reutner-Fischer
2008-05-31- fix whitespaceBernhard Reutner-Fischer
2008-05-31- fix prerequisites of sysnum.h (has to depend on the script that generates it)Bernhard Reutner-Fischer
2008-03-26- fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer
2008-03-26- improve building utilsBernhard Reutner-Fischer
2008-03-26- fix generation of sysnum.h for parallel builds, second take.Bernhard Reutner-Fischer
2008-03-26- fix (parallel) compilation error in ldso.cBernhard Reutner-Fischer
2008-01-26Filter out '-std=gnu99' when running the assembler. This causes an error "Steven J. Hill"
2008-01-18Another piece needed for FD-PIC. This compiles another startfile, crtreloc.o,Bernd Schmidt
2008-01-16- check for -nostdlibBernhard Reutner-Fischer
2007-11-23Some shared flat improvements.Bernd Schmidt
2007-10-13- use the compiler-driver instead of the linkerBernhard Reutner-Fischer
2006-12-11create new menu so people can select what format they wish to build uClibcMike Frysinger
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger
2006-11-17get rid of the notion of .E files as .i is the proper usageMike Frysinger
2006-03-09Add support for libpthread_nonshared.a, strip the objects in *nonshared*Peter S. Mazinger
2006-03-01Add -D__ASSEMBLER__ to compile.S so that -std=c99 would not failPeter S. Mazinger
2006-02-28touchup how we generate initfini.sMike Frysinger
2006-02-28add support for glibc initfini.cMike Frysinger
2006-02-23Add support for CFLAGS-OMIT-file from nptlPeter S. Mazinger
2006-02-18since interp is an actual object file that is linked into shared libs, make i...Mike Frysinger