Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-22 | as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAG | Mike Frysinger | |
2007-06-22 | pull from Blackfin repo: add -mid-shared-library for ↵ | Mike Frysinger | |
UCLIBC_FORMAT_SHARED_FLAT and -msep-data for UCLIBC_FORMAT_FLAT_SEP_DATA | |||
2007-04-17 | force ourselves to write proper code and develop testscases | Mike Frysinger | |
2007-04-17 | dont force a . before EXTRAVERSION so we can be a little more flexible with ↵ | Mike Frysinger | |
versioning | |||
2007-03-20 | - add arm1176 options | Bernhard Reutner-Fischer | |
2007-03-19 | dont want to actually bump EXTRAVERSION | Mike Frysinger | |
2007-03-19 | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | |
2007-02-18 | rewrite all superh targets to just sh | Mike Frysinger | |
2007-02-18 | rewrite all sparc targets to just sparc | Mike Frysinger | |
2007-02-18 | rewrite parisc to hppa | Mike Frysinger | |
2007-02-14 | make arch default to hostarch | Mike Frysinger | |
2007-02-13 | Add missing bits/fenv.h that got lost in the e500 port. | Joakim Tjernlund | |
clean up E500 math support somewhat. From Steve Papacharalambous with mods by me. | |||
2007-02-12 | Rehash the PowerPC e500 port to avoid creating symlinks | Joakim Tjernlund | |
in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something. | |||
2007-02-08 | enable -std=gnu99 by default now | Mike Frysinger | |
2007-02-04 | Add support for PowerPC e500, libc part only. | Joakim Tjernlund | |
Math support to be done. From Steve Papacharalambous, stevep@freescale.com | |||
2007-01-28 | Bernhard Fischer writes: add undef/nonnull warnings to EXTRA_WARNINGS | Mike Frysinger | |
2007-01-05 | Support SecurePLTs for PowerPC. You need a toolchain that supports | Joakim Tjernlund | |
config option --enable-secureplt. The assembler must also supports R_PPC_REL16* relocations. gcc 4.1.1 and binutils 2.17 is known to do this. | |||
2006-12-12 | we just want the kernel headers, not the whole kernel source ... so people ↵ | Mike Frysinger | |
may need to update their paths slightly | |||
2006-12-11 | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | |
2006-12-11 | tie PICFLAG:=-mfdpic to format rather than architecture | Mike Frysinger | |
2006-12-08 | Richard Sandiford writes: add support for init/fini arrays in shared flat ↵ | Mike Frysinger | |
libraries | |||
2006-11-22 | Correct -march cflag value for thumb capable ARM processors: Thanks Paul Brook | Khem Raj | |
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak. | |||
2006-10-07 | Add config options to select ARM ARMv5 and Intel iwmmxt variants. | Khem Raj | |
2006-08-25 | fix from psm to make sure host make is new enough | Mike Frysinger | |
2006-07-05 | bump the version, in preparation for actually cutting a release | Eric Andersen | |
at some point in the relatively near future. | |||
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | |
I had clearly run search/replace on that were cluttering things up. | |||
2006-07-04 | Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negatives | Eric Andersen | |
on i.e. NOSTRIP=n gets a bit confusing. | |||
2006-06-19 | if $(LD) doesnt support --help, dont warn about it (stupid Darwin users) | Mike Frysinger | |
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 | |