summaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Collapse)Author
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat ↵Mike Frysinger
libraries
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 ↵Mike Frysinger
it a build depend rather than just an order depend
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, ↵Peter S. Mazinger
linuxthreads[_db] as well, don't try on slow box
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 ↵Peter S. Mazinger
-D__ASSEMBLER__, bug in all gcc
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, ↵Peter S. Mazinger
after splitting all MSRC, it won't be needed
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, ↵Peter S. Mazinger
usable in utils and probably tests. vapier, please quite them if you want to
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 ↵Peter S. Mazinger
only headers
2005-11-22rework depends and stripping so that libraries arent rebuilt all the time in ↵Mike Frysinger
a loop
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