Age | Commit message (Expand) | Author |
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 cc | Bernhard Reutner-Fischer |
2008-06-09 | - Improve prerequisites and avoid spurious reconfigurations. | Bernhard Reutner-Fischer |
2008-06-04 | - strip the targets and not prerequisites | Bernhard 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.dep | Bernhard 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-01 | Still forgot some libraries in one of the previous commits. | Bernd Schmidt |
2008-06-01 | Use $(<D) rather than $(^D), as the latter now contains an element | Bernd Schmidt |
2008-06-01 | - since we force make into trying to rebuild unconditionally, we have to | Bernhard Reutner-Fischer |
2008-06-01 | - store the used compiler plus flags in the .%.dep files too and | Bernhard Reutner-Fischer |
2008-05-31 | Oh, and prepend a dot to the basename so i don't have to change my habit of | Bernhard Reutner-Fischer |
2008-05-31 | - generate deps via gcc | Bernhard Reutner-Fischer |
2008-05-31 | - fix whitespace | Bernhard 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=gnu99 | Bernhard Reutner-Fischer |
2008-03-26 | - improve building utils | Bernhard 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.c | Bernhard Reutner-Fischer |
2008-01-26 | Filter out '-std=gnu99' when running the assembler. This causes an error | "Steven J. Hill" |
2008-01-18 | Another piece needed for FD-PIC. This compiles another startfile, crtreloc.o, | Bernd Schmidt |
2008-01-16 | - check for -nostdlib | Bernhard Reutner-Fischer |
2007-11-23 | Some shared flat improvements. | Bernd Schmidt |
2007-10-13 | - use the compiler-driver instead of the linker | Bernhard Reutner-Fischer |
2006-12-11 | create new menu so people can select what format they wish to build uClibc | Mike Frysinger |
2006-12-08 | Richard Sandiford writes: add support for init/fini arrays in shared flat lib... | Mike Frysinger |
2006-11-17 | get rid of the notion of .E files as .i is the proper usage | Mike Frysinger |
2006-03-09 | Add support for libpthread_nonshared.a, strip the objects in *nonshared* | Peter S. Mazinger |
2006-03-01 | Add -D__ASSEMBLER__ to compile.S so that -std=c99 would not fail | Peter S. Mazinger |
2006-02-28 | touchup how we generate initfini.s | Mike Frysinger |
2006-02-28 | add support for glibc initfini.c | Mike Frysinger |
2006-02-23 | Add support for CFLAGS-OMIT-file from nptl | Peter S. Mazinger |
2006-02-18 | since interp is an actual object file that is linked into shared libs, make i... | Mike Frysinger |
2006-02-18 | touchup headers target somemore so building in subdirs works nicely again | Mike Frysinger |
2006-02-17 | fix parallel build with headers once and for all (i hope) | Mike Frysinger |
2006-02-17 | combine the crt1.0/Scrt1.o rules since they are pretty much the samething | Mike Frysinger |
2006-02-17 | combine the output rules in one place | Mike Frysinger |
2006-02-15 | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger |
2006-02-15 | add support for generating %.i files like %.E files | Mike Frysinger |
2006-02-13 | Correct building objs in each libc subdir | Peter S. Mazinger |
2006-02-04 | make build output a little less noisy | Mike Frysinger |
2006-01-30 | Undo -std=c99 and related -D__ASSEMBLER__ | Peter S. Mazinger |
2006-01-30 | Enable -std=c99 if supported, this will define __STDC_VERSION__, have to -D__... | Peter S. Mazinger |
2006-01-19 | Correct strip display in multi mode | Peter S. Mazinger |
2006-01-19 | Remove HAVE_ELF | Peter S. Mazinger |
2006-01-18 | Add target strip command and use it, also disable for now CFLAGS-multi-y, aft... | Peter S. Mazinger |
2006-01-18 | modify IMA compiling rule and add linking rule | Peter S. Mazinger |
2006-01-15 | nios no longer needs crt0.o | Mike Frysinger |
2006-01-13 | fix up ability to rename ldso | Mike Frysinger |