summaryrefslogtreecommitdiffstats
path: root/Makerules
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix parallel build with headers once and for all (i hope)Mike Frysinger2006-02-171-1/+3
* combine the crt1.0/Scrt1.o rules since they are pretty much the samethingMike Frysinger2006-02-171-8/+5
* combine the output rules in one placeMike Frysinger2006-02-171-0/+7
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-2/+2
* add support for generating %.i files like %.E filesMike Frysinger2006-02-151-0/+2
* Correct building objs in each libc subdirPeter S. Mazinger2006-02-131-2/+2
* make build output a little less noisyMike Frysinger2006-02-041-0/+1
* Undo -std=c99 and related -D__ASSEMBLER__Peter S. Mazinger2006-01-301-1/+1
* Enable -std=c99 if supported, this will define __STDC_VERSION__, have to -D__...Peter S. Mazinger2006-01-301-1/+1
* Correct strip display in multi modePeter S. Mazinger2006-01-191-1/+5
* Remove HAVE_ELFPeter S. Mazinger2006-01-191-6/+0
* Add target strip command and use it, also disable for now CFLAGS-multi-y, aft...Peter S. Mazinger2006-01-181-1/+4
* modify IMA compiling rule and add linking rulePeter S. Mazinger2006-01-181-1/+12
* nios no longer needs crt0.oMike Frysinger2006-01-151-6/+6
* fix up ability to rename ldsoMike Frysinger2006-01-131-1/+1
* make sure all shared libs depend on interpMike Frysinger2006-01-131-0/+1
* only create crt0.o compat link for certain archesMike Frysinger2006-01-111-1/+5
* generate a symlink for older targets (like nios)Mike Frysinger2006-01-101-1/+5
* beautify utility buildingMike Frysinger2005-12-301-7/+9
* Remove incorrect display stripping crt1.SPeter S. Mazinger2005-12-021-2/+0
* Don't strip interp.c, thx blindvtPeter S. Mazinger2005-12-021-1/+0
* add support for generating .s files for debug purposesMike Frysinger2005-12-011-0/+3
* dont display cd;makeMike Frysinger2005-11-301-3/+3
* Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger2005-11-281-0/+2
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-2/+2
* Convert configuration to new build systemPeter S. Mazinger2005-11-251-1/+2
* Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger2005-11-251-1/+1
* Add header dependency to be used as prerequisite for the all objectsPeter S. Mazinger2005-11-251-0/+3
* Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger2005-11-251-0/+3
* Add support for NATIVE_LDFLAGS[-subdir]Peter S. Mazinger2005-11-241-1/+1
* Make utils includable into main Makefile.in, add compile.u and hcompile.u, us...Peter S. Mazinger2005-11-231-0/+6
* patsubst didn't occur for all cases correctlyPeter S. Mazinger2005-11-231-1/+1
* Add libthread_db and libdl-a objects to objs:Peter S. Mazinger2005-11-221-3/+3
* Add .E suffixPeter S. Mazinger2005-11-221-1/+1
* Allow building ldso in its own dirPeter S. Mazinger2005-11-221-1/+1
* Make objs target work againPeter S. Mazinger2005-11-221-3/+11
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger2005-11-221-27/+26
* rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger2005-11-221-8/+8
* remove headers_done since it broke buildroot againMike Frysinger2005-11-221-4/+1
* touchup output and move .PHONY to the shared Makerules so all subdirs get itMike Frysinger2005-11-221-3/+8
* make -j2 works herePeter S. Mazinger2005-11-181-3/+3
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger2005-11-171-115/+28
* Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ...Peter S. Mazinger2005-11-171-3/+15
* touchup pretty STRIP output a littleMike Frysinger2005-11-171-1/+1