Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-02 | set default STRIP_FLAGS and change how we detect silent mode | Mike Frysinger | |
2005-11-01 | ASFLAGS does not need to include CFLAGS as well, compile.S does it already | Peter S. Mazinger | |
2005-11-01 | Do not add PICFLAG to generic CFLAGS, this is done based on suffix to ↵ | Peter S. Mazinger | |
.os/.oS (Makerules) | |||
2005-10-29 | Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ↵ | Peter S. Mazinger | |
all over the place | |||
2005-10-29 | Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sources | Peter S. Mazinger | |
2005-10-29 | Add configure option to allow IMA compiling | Peter S. Mazinger | |
2005-10-28 | Oops, missed commiting AS_NEEDED check | Peter S. Mazinger | |
2005-10-28 | Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerun | Peter S. Mazinger | |
2005-10-27 | Moved the use of --combine to CFLAGS, we need it for debugging too | Peter S. Mazinger | |
2005-10-27 | Hope to catch --combine flag properly on all gcc versions | Peter S. Mazinger | |
2005-10-27 | Remove comment, I corrected the order already. | Peter S. Mazinger | |
2005-10-25 | Add -fcombine check to allow IMA compiling w/ gcc 4.x | Peter S. Mazinger | |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||
2005-10-17 | Undo -combine addition, check_gcc can't cope with it | Peter S. Mazinger | |
2005-10-16 | Add -combine to CFLAGS so gcc-4.1 won't build faulty libs if all sources are ↵ | Peter S. Mazinger | |
built into one object | |||
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | |
objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | |||
2005-10-08 | Fix up PTDIR bug and clean target for libpthread. | "Steven J. Hill" | |
2005-10-06 | Fix broken path for PTDIR which needed a '/' at the end to work. Also ↵ | "Steven J. Hill" | |
brought in the other stuff needed for NPTL. Erik, please cut me some slack again. The option is not in 'extra/Config/Config.in' so it cannot be activated. Besides, take a look at the check in tonight on the branch and the post on the mailing list. | |||
2005-10-04 | Use PTDIR in libpthread/Makefile too, add new PTNAME being nptl or ↵ | Peter S. Mazinger | |
linuxthreads. sjhill, I know you kill my keyboard, but please read my added comments, thanks. | |||
2005-10-04 | Clean up pthread include mess. Some of these will be needed to support NPTL, ↵ | "Steven J. Hill" | |
but they do no harm for the linuxthreads case. Yes, I tested this. | |||
2005-09-28 | Remove ar-target and shared targets, at build time now we traverse the tree ↵ | Peter S. Mazinger | |
only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a | |||
2005-09-28 | clean up -malign- vs -falign- #352 by yvasilev | Mike Frysinger | |
2005-09-26 | Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch ↵ | Peter S. Mazinger | |
breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled. | |||
2005-09-08 | punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released | Mike Frysinger | |
2005-08-25 | optimize library based upon sparc cpu selection | Mike Frysinger | |
2005-08-13 | per suggestion by psm, remove the variable DYNAMIC_LINKER | Eric Andersen | |
2005-08-12 | Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger. | Joakim Tjernlund | |
2005-08-12 | Remove SYSTEM_LDSO option since it no longer works. | Joakim Tjernlund | |
2005-08-11 | add back in the LDPIEFLAG since -fPIE does not imply -pie | Mike Frysinger | |
2005-08-10 | Bump version in preparation for the upcoming release | Eric Andersen | |
2005-07-29 | as pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4 | Mike Frysinger | |
2005-07-29 | export PIEFLAG and the noexecstack AS test so that gcc/as arent executed in ↵ | Mike Frysinger | |
every subdir | |||
2005-07-29 | finish cleaning up the PIE flag checks | Mike Frysinger | |
2005-07-29 | get rid of LDPIEFLAG since PIEFLAG is already used | Mike Frysinger | |
2005-07-28 | further refine output so the silent mode of make is truly silent | Mike Frysinger | |
2005-07-28 | add c to default ARFLAGS to get rid of ar: creating blah.a messages | Mike Frysinger | |
2005-05-28 | Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to | Joakim Tjernlund | |
be able to run apps built with 0.9.27. This also renames __uClibc_start_main to __uClibc_main. This compat option should be removed some time after 0.9.28 is released. Let me know if you don't like this change. | |||
2005-05-28 | Add patch at bugs 274. From Peter Manzinger. | Joakim Tjernlund | |
2005-05-14 | Add TOPDIR prefix in front of config file when getting target architecture. | "Steven J. Hill" | |
2005-05-14 | Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH | "Steven J. Hill" | |
using grep because the '.config' will not get included if we are doing a 'clean' or other targets. This was preventing the proper cleaning up target architecture include files. | |||
2005-05-13 | ARM1136JF-S support. | Paul Mundt | |
2005-05-02 | Add sh2a support. | Paul Mundt | |
2005-03-16 | erm, that #" broke stuff | Mike Frysinger | |
2005-03-16 | CROSS_COMPILE -> CROSS_COMPILER_PREFIX like busybox | Mike Frysinger | |
2005-03-15 | add a Kconfig option for setting the $(CROSS) build variable | Mike Frysinger | |
2005-01-19 | beautify | Mike Frysinger | |
2005-01-18 | - define RANLIB since a subdir or two uses it | Mike Frysinger | |
- add support for DESTDIR to work the same as PREFIX | |||
2005-01-09 | Bump version number | Eric Andersen | |
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
Add UCLIBC_BUILD_NOEXECSTACK support. | |||
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
Seperate out security features into a separate menu |