Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-20 | Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. ↵ | Peter S. Mazinger | |
Moved weak[_const]_function into proper place (if we have weak support), else noop. Modified comment about changes to glibc. Moved -D_LIBC from CFLAGS to libc-symbols.h. I am not sure about unlikely/likely/__cast | |||
2006-01-19 | Remove HAVE_ELF | Peter S. Mazinger | |
2006-01-13 | fix up ability to rename ldso | Mike Frysinger | |
2006-01-11 | move the HAVE_SHARED/libc check down to after we source .config | Mike Frysinger | |
2006-01-10 | dont depend on libc.so if we dont have shared | Mike Frysinger | |
2006-01-10 | force -fsigned-char for everyone | Mike Frysinger | |
2006-01-09 | give the 64bit ldso on amd64 a slightly diff name so (in the future), we can ↵ | Mike Frysinger | |
do multilib | |||
2006-01-06 | Jan-Benedict Glaw: allow people to override the default `tar` | Mike Frysinger | |
binary via TAR make variable for non-GNU systems | |||
2006-01-05 | fPIC doesnt work on bfin | Mike Frysinger | |
2006-01-04 | Bug 618, Thomas Chou: update build flags for nios target | Mike Frysinger | |
2006-01-03 | Joseph S. Myers writes: | Mike Frysinger | |
I needed this patch setting CPU_LDFLAGS to build uClibc for little-endian MIPS (with a compiler with both little-endian and big-endian multilibs); otherwise it used ld (in default big-endian mode) to link little-endian objects. | |||
2006-01-02 | TARGET_ARCH is already stripped, do not do it again for nios2 | Peter S. Mazinger | |
2006-01-02 | quote arg to shell-ed grep as pointed out by Jan-Benedict Glaw | Mike Frysinger | |
2005-12-30 | Bug 616, Thomas Chou: dont use -msoft-float on nios2 ports | Mike Frysinger | |
2005-12-16 | Correct C_SYMBOL_PREFIX handling for asm, supports only none or _ | Peter S. Mazinger | |
2005-12-06 | Fix includes for NPTL thread model. | "Steven J. Hill" | |
2005-12-06 | include more paths in libpthreads | Mike Frysinger | |
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS 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 | Correct PTINC path and remove hardcoded include for internals.h | Peter S. Mazinger | |
2005-11-22 | Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵ | Peter S. Mazinger | |
only headers | |||
2005-11-22 | touchup include paths | Mike Frysinger | |
2005-11-20 | Add needed include to build loader. | "Steven J. Hill" | |
2005-11-17 | Replace TOPDIR | Peter S. Mazinger | |
2005-11-17 | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵ | Peter S. Mazinger | |
foreign objects to a lib | |||
2005-11-17 | Use -z relro/-z now on all libs, add some new variables needed later, move ↵ | Peter S. Mazinger | |
common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH | |||
2005-11-15 | rename current stable linuxthreads to linuxthreads.old to prepare for import ↵ | Mike Frysinger | |
of latest glibc version | |||
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 | |