OSDN Git Service

Partially revent "make utils" fix. This version is less intrusive,
[uclinux-h8/uClibc.git] / Makerules
2009-01-28 Denis VlasenkoPartially revent "make utils" fix. This version is...
2009-01-28 Denis Vlasenko"make utils" now successfully makes utils for target
2009-01-14 Bernhard Reutner... - hide __dl_ldso__ (Peter S. Mazinger)
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-12-12 Bernhard Reutner... - only strip if cc compiled fine
2008-12-04 Carmelo AmorosoAdded do_awk commanf for invoking awk parser. It will...
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-14 Bernhard Reutner... - fix locale dependencies and make default locale gener...
2008-10-09 Bernhard Reutner... - prevent spurious rebuilds
2008-10-09 Bernhard Reutner... - cut down on attempted pattern rule matches
2008-10-09 Bernhard Reutner... - beautify hcompile.u
2008-10-08 Bernhard Reutner... - revert bad hunk from (my) r22403
2008-09-16 Bernhard Reutner... - do not attempt to rm twice
2008-09-11 Bernhard Reutner... - the help target is phony
2008-09-11 Bernhard Reutner... - honour EXTRA_CPPFLAGS
2008-08-27 Bernhard Reutner... - should either be defined or callers should do_t_strip...
2008-07-11 Bernhard Reutner... - the interp is an order-only prereq of lib-so-y
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-16 Bernhard Reutner... - remove improper comment
2008-06-11 Bernhard Reutner... - disregard any and all $(top_builddir) in deps.
2008-06-10 Bernhard Reutner... - no need to export the included dependencies generated...
2008-06-09 Bernhard Reutner... - Improve prerequisites and avoid spurious reconfigurat...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-04 Bernhard Reutner... - fix typo (have to check the content, not if true)
2008-06-03 Bernhard Reutner... - add libpthread-nonshared-y to files.dep
2008-06-03 Bernhard Reutner... - Generate dummy rules for prerequisites.
2008-06-03 Bernhard Reutner... - breakup lines of compile.c and add a variable to...
2008-06-01 Bernd SchmidtStill forgot some libraries in one of the previous...
2008-06-01 Bernd SchmidtUse $(<D) rather than $(^D), as the latter now contains...
2008-06-01 Bernhard Reutner... - since we force make into trying to rebuild unconditio...
2008-06-01 Bernhard Reutner... - store the used compiler plus flags in the .%.dep...
2008-05-31 Bernhard Reutner... Oh, and prepend a dot to the basename so i don't have...
2008-05-31 Bernhard Reutner... - generate deps via gcc
2008-05-31 Bernhard Reutner... - fix whitespace
2008-05-31 Bernhard Reutner... - fix prerequisites of sysnum.h (has to depend on the...
2008-03-26 Bernhard Reutner... - fixup stripping of host utils and make host-utils...
2008-03-26 Bernhard Reutner... - improve building utils
2008-03-26 Bernhard Reutner... - fix generation of sysnum.h for parallel builds, secon...
2008-03-26 Bernhard Reutner... - fix (parallel) compilation error in ldso.c
2008-01-26 "Steven J. Hill"Filter out '-std=gnu99' when running the assembler...
2008-01-18 Bernd SchmidtAnother piece needed for FD-PIC. This compiles another...
2008-01-16 Bernhard Reutner... - check for -nostdlib
2007-11-23 Bernd SchmidtSome shared flat improvements.
2007-10-13 Bernhard Reutner... - use the compiler-driver instead of the linker
2006-12-11 Mike Frysingercreate new menu so people can select what format they...
2006-12-08 Mike FrysingerRichard Sandiford writes: add support for init/fini...
2006-11-17 Mike Frysingerget rid of the notion of .E files as .i is the proper...
2006-03-09 Peter S. MazingerAdd support for libpthread_nonshared.a, strip the objec...
2006-03-01 Peter S. MazingerAdd -D__ASSEMBLER__ to compile.S so that -std=c99 would...
2006-02-28 Mike Frysingertouchup how we generate initfini.s
2006-02-28 Mike Frysingeradd support for glibc initfini.c
2006-02-23 Peter S. MazingerAdd support for CFLAGS-OMIT-file from nptl
2006-02-18 Mike Frysingersince interp is an actual object file that is linked...
2006-02-18 Mike Frysingertouchup headers target somemore so building in subdirs...
2006-02-17 Mike Frysingerfix parallel build with headers once and for all (i...
2006-02-17 Mike Frysingercombine the crt1.0/Scrt1.o rules since they are pretty...
2006-02-17 Mike Frysingercombine the output rules in one place
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-15 Mike Frysingeradd support for generating %.i files like %.E files
2006-02-13 Peter S. MazingerCorrect building objs in each libc subdir
2006-02-04 Mike Frysingermake build output a little less noisy
2006-01-30 Peter S. MazingerUndo -std=c99 and related -D__ASSEMBLER__
2006-01-30 Peter S. MazingerEnable -std=c99 if supported, this will define __STDC_V...
2006-01-19 Peter S. MazingerCorrect strip display in multi mode
2006-01-19 Peter S. MazingerRemove HAVE_ELF
2006-01-18 Peter S. MazingerAdd target strip command and use it, also disable for...
2006-01-18 Peter S. Mazingermodify IMA compiling rule and add linking rule
2006-01-15 Mike Frysingernios no longer needs crt0.o
2006-01-13 Mike Frysingerfix up ability to rename ldso
2006-01-13 Mike Frysingermake sure all shared libs depend on interp
2006-01-11 Mike Frysingeronly create crt0.o compat link for certain arches
2006-01-10 Mike Frysingergenerate a symlink for older targets (like nios)
2005-12-30 Mike Frysingerbeautify utility building
2005-12-02 Peter S. MazingerRemove incorrect display stripping crt1.S
2005-12-02 Peter S. MazingerDon't strip interp.c, thx blindvt
2005-12-01 Mike Frysingeradd support for generating .s files for debug purposes
2005-11-30 Mike Frysingerdont display cd;make
2005-11-28 Peter S. MazingerAdded .oS asm targets and make ldso build w/ -DSHARED...
2005-11-25 Peter S. MazingerChange HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
2005-11-25 Peter S. MazingerConvert configuration to new build system
2005-11-25 Peter S. MazingerRename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by...
2005-11-25 Peter S. MazingerAdd header dependency to be used as prerequisite for...
2005-11-25 Peter S. MazingerBuild libc if in a subdir and we have it as a dependency
2005-11-24 Peter S. MazingerAdd support for NATIVE_LDFLAGS[-subdir]
2005-11-23 Peter S. MazingerMake utils includable into main Makefile.in, add compil...
2005-11-23 Peter S. Mazingerpatsubst didn't occur for all cases correctly
2005-11-22 Peter S. MazingerAdd libthread_db and libdl-a objects to objs:
2005-11-22 Peter S. MazingerAdd .E suffix
2005-11-22 Peter S. MazingerAllow building ldso in its own dir
2005-11-22 Peter S. MazingerMake objs target work again
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-22 Mike Frysingerremove headers_done since it broke buildroot again
2005-11-22 Mike Frysingertouchup output and move .PHONY to the shared Makerules...
2005-11-18 Peter S. Mazingermake -j2 works here
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-17 Peter S. MazingerAdd link.so, add support for CFLAGS-$(subdir), where...
2005-11-17 Mike Frysingertouchup pretty STRIP output a little
2005-11-16 Mike Frysingercondense rules to be easier to read
2005-11-15 Mike Frysingeradd rules to handle .s and .E
next