Age | Commit message (Expand) | Author |
2006-02-04 | make build output a little less noisy | Mike Frysinger |
2006-01-30 | Undo -std=c99 and related -D__ASSEMBLER__ | Peter S. Mazinger |
2006-01-30 | Enable -std=c99 if supported, this will define __STDC_VERSION__, have to -D__... | Peter S. Mazinger |
2006-01-19 | Correct strip display in multi mode | Peter S. Mazinger |
2006-01-19 | Remove HAVE_ELF | Peter S. Mazinger |
2006-01-18 | Add target strip command and use it, also disable for now CFLAGS-multi-y, aft... | Peter S. Mazinger |
2006-01-18 | modify IMA compiling rule and add linking rule | Peter S. Mazinger |
2006-01-15 | nios no longer needs crt0.o | Mike Frysinger |
2006-01-13 | fix up ability to rename ldso | Mike Frysinger |
2006-01-13 | make sure all shared libs depend on interp | Mike Frysinger |
2006-01-11 | only create crt0.o compat link for certain arches | Mike Frysinger |
2006-01-10 | generate a symlink for older targets (like nios) | Mike Frysinger |
2005-12-30 | beautify utility building | Mike Frysinger |
2005-12-02 | Remove incorrect display stripping crt1.S | Peter S. Mazinger |
2005-12-02 | Don't strip interp.c, thx blindvt | Peter S. Mazinger |
2005-12-01 | add support for generating .s files for debug purposes | Mike Frysinger |
2005-11-30 | dont display cd;make | Mike Frysinger |
2005-11-28 | Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl) | Peter S. Mazinger |
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger |
2005-11-25 | Convert configuration to new build system | Peter S. Mazinger |
2005-11-25 | Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapier | Peter S. Mazinger |
2005-11-25 | Add header dependency to be used as prerequisite for the all objects | Peter S. Mazinger |
2005-11-25 | Build libc if in a subdir and we have it as a dependency | Peter S. Mazinger |
2005-11-24 | Add support for NATIVE_LDFLAGS[-subdir] | Peter S. Mazinger |
2005-11-23 | Make utils includable into main Makefile.in, add compile.u and hcompile.u, us... | Peter S. Mazinger |
2005-11-23 | patsubst didn't occur for all cases correctly | Peter S. Mazinger |
2005-11-22 | Add libthread_db and libdl-a objects to objs: | Peter S. Mazinger |
2005-11-22 | Add .E suffix | Peter S. Mazinger |
2005-11-22 | Allow building ldso in its own dir | Peter S. Mazinger |
2005-11-22 | Make objs target work again | Peter S. Mazinger |
2005-11-22 | Depedencies corrected (less make oldconfig/headers), rerunning make remakes o... | Peter S. Mazinger |
2005-11-22 | rework depends and stripping so that libraries arent rebuilt all the time in ... | Mike Frysinger |
2005-11-22 | remove headers_done since it broke buildroot again | Mike Frysinger |
2005-11-22 | touchup output and move .PHONY to the shared Makerules so all subdirs get it | Mike Frysinger |
2005-11-18 | make -j2 works here | Peter S. Mazinger |
2005-11-17 | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger |
2005-11-17 | Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ... | Peter S. Mazinger |
2005-11-17 | touchup pretty STRIP output a little | Mike Frysinger |
2005-11-16 | condense rules to be easier to read | Mike Frysinger |
2005-11-15 | add rules to handle .s and .E | Mike Frysinger |
2005-11-04 | make the crt rules prettier too | Mike Frysinger |
2005-11-04 | initial import of a nicer output display akin to linux-2.6 | Mike Frysinger |
2005-11-01 | Split up the .o and .os rules, so all the sources are created if DOPIC is dis... | Peter S. Mazinger |
2005-11-01 | ASFLAGS does not need to include CFLAGS as well, compile.S does it already | Peter S. Mazinger |
2005-10-28 | Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, bu... | Peter S. Mazinger |
2005-10-28 | Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ... | Peter S. Mazinger |
2005-10-27 | Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar... | Peter S. Mazinger |
2005-10-27 | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger |
2005-10-26 | Default changed to IMA compiling, disabled explicitely where currently not po... | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |