summaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Expand)Author
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
2005-11-25Convert configuration to new build systemPeter S. Mazinger
2005-11-25Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Add header dependency to be used as prerequisite for the all objectsPeter S. Mazinger
2005-11-25Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger
2005-11-24Add support for NATIVE_LDFLAGS[-subdir]Peter S. Mazinger
2005-11-23Make utils includable into main Makefile.in, add compile.u and hcompile.u, us...Peter S. Mazinger
2005-11-23patsubst didn't occur for all cases correctlyPeter S. Mazinger
2005-11-22Add libthread_db and libdl-a objects to objs:Peter S. Mazinger
2005-11-22Add .E suffixPeter S. Mazinger
2005-11-22Allow building ldso in its own dirPeter S. Mazinger
2005-11-22Make objs target work againPeter S. Mazinger
2005-11-22Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger
2005-11-22rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger
2005-11-22remove headers_done since it broke buildroot againMike Frysinger
2005-11-22touchup output and move .PHONY to the shared Makerules so all subdirs get itMike Frysinger
2005-11-18make -j2 works herePeter S. Mazinger
2005-11-17Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger
2005-11-17Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ...Peter S. Mazinger
2005-11-17touchup pretty STRIP output a littleMike Frysinger
2005-11-16condense rules to be easier to readMike Frysinger
2005-11-15add rules to handle .s and .EMike Frysinger
2005-11-04make the crt rules prettier tooMike Frysinger
2005-11-04initial import of a nicer output display akin to linux-2.6Mike Frysinger
2005-11-01Split up the .o and .os rules, so all the sources are created if DOPIC is dis...Peter S. Mazinger
2005-11-01ASFLAGS does not need to include CFLAGS as well, compile.S does it alreadyPeter S. Mazinger
2005-10-28Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, bu...Peter S. Mazinger
2005-10-28Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ...Peter S. Mazinger
2005-10-27Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...Peter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger