Age | Commit message (Collapse) | Author |
|
|
|
-DSTATIC for those not needing shared libs, needed to be seen in libc-symbols.h
|
|
|
|
|
|
-D__ASSEMBLER__, bug in all gcc
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
do multilib
|
|
binary via TAR make variable for non-GNU systems
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
only headers
|
|
|
|
|
|
|
|
foreign objects to a lib
|
|
common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH
|
|
of latest glibc version
|
|
|
|
|
|
.os/.oS (Makerules)
|
|
all over the place
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
|
|
|
|
built into one object
|