Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-07 | bfin supports FDPIC, not normal ELF | Mike Frysinger | |
2006-03-31 | drop the trigraphs warning ... there is no reason that we actually want to ↵ | Mike Frysinger | |
use trigraphs in uClibc, so if one exists, we should be cutting it out, not ignoring it | |||
2006-03-24 | Richard Sandiford writes: | Mike Frysinger | |
m68k is one of those targets that does not accept -fPIC across the board. It is supported for 68020 and above, but not for 68000, 68010, or Coldfire, where using -fPIC leads to a compiler error. (Note that the error is flagged by cc1 proper, so it probably wouldn't have mattered with older compilers. It only matters now because cc1 is used to preprocess assembly code.) The attached patch makes m68k targets use -fpic instead of -fPIC. | |||
2006-03-10 | Add comment why --gc-sections is ignored | Peter S. Mazinger | |
2006-03-09 | Disable --gc-sections until I find why it is ignored on some configurations | Peter S. Mazinger | |
2006-03-05 | check_ld takes only 1 arg as pointed out by pkj | Peter S. Mazinger | |
2006-03-03 | Add --gc-sections, saves 2k on libc.so | Peter S. Mazinger | |
2006-02-23 | Added support for the new CRISv32 architecture. | Peter Kjellerstedt | |
2006-02-23 | Sync w/ nptl | Peter S. Mazinger | |
2006-02-23 | Move -Os/-O2 first, add some gcc4 specific optimizations | Peter S. Mazinger | |
2006-02-22 | Made it possible to build without stripping the binaries. | Peter Kjellerstedt | |
2006-02-22 | * Made it possible to dynamically check for supported linker options | Peter Kjellerstedt | |
using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it. | |||
2006-02-21 | rename ldso on all 64bit hosts | Mike Frysinger | |
2006-02-18 | touchup headers target somemore so building in subdirs works nicely again | Mike Frysinger | |
2006-02-17 | combine the output rules in one place | Mike Frysinger | |
2006-02-09 | add ARM 7TDMI to processor selection list | David Anders | |
2006-02-01 | everything uses now CFLAGS, no need to add anything to CPU_FLAGS, add ↵ | Peter S. Mazinger | |
-DSTATIC for those not needing shared libs, needed to be seen in libc-symbols.h | |||
2006-01-31 | make the extra warnings optional | 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 ↵ | Peter S. Mazinger | |
-D__ASSEMBLER__, bug in all gcc | |||
2006-01-26 | Some more prototypes, enable missing-prototypes/declarations warnings for now | Peter S. Mazinger | |
2006-01-23 | Add more warnings, for release we should guard later w/ DODEBUG | Peter S. Mazinger | |
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 |