summaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Expand)Author
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
2006-02-18touchup headers target somemore so building in subdirs works nicely againMike Frysinger
2006-02-17fix parallel build with headers once and for all (i hope)Mike Frysinger
2006-02-17combine the crt1.0/Scrt1.o rules since they are pretty much the samethingMike Frysinger
2006-02-17combine the output rules in one placeMike Frysinger
2006-02-15DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger
2006-02-15add support for generating %.i files like %.E filesMike Frysinger
2006-02-13Correct building objs in each libc subdirPeter S. Mazinger
2006-02-04make build output a little less noisyMike Frysinger
2006-01-30Undo -std=c99 and related -D__ASSEMBLER__Peter S. Mazinger
2006-01-30Enable -std=c99 if supported, this will define __STDC_VERSION__, have to -D__...Peter S. Mazinger
2006-01-19Correct strip display in multi modePeter S. Mazinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-18Add target strip command and use it, also disable for now CFLAGS-multi-y, aft...Peter S. Mazinger
2006-01-18modify IMA compiling rule and add linking rulePeter S. Mazinger
2006-01-15nios no longer needs crt0.oMike Frysinger
2006-01-13fix up ability to rename ldsoMike Frysinger
2006-01-13make sure all shared libs depend on interpMike Frysinger
2006-01-11only create crt0.o compat link for certain archesMike Frysinger
2006-01-10generate a symlink for older targets (like nios)Mike Frysinger
2005-12-30beautify utility buildingMike Frysinger
2005-12-02Remove incorrect display stripping crt1.SPeter S. Mazinger
2005-12-02Don't strip interp.c, thx blindvtPeter S. Mazinger
2005-12-01add support for generating .s files for debug purposesMike Frysinger
2005-11-30dont display cd;makeMike Frysinger
2005-11-28Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger