| Commit message (Expand) | Author | Age | Files | Lines |
* | rename ldso on all 64bit hosts | Mike Frysinger | 2006-02-21 | 1 | -2/+3 |
* | touchup headers target somemore so building in subdirs works nicely again | Mike Frysinger | 2006-02-18 | 1 | -0/+1 |
* | combine the output rules in one place | Mike Frysinger | 2006-02-17 | 1 | -11/+0 |
* | add ARM 7TDMI to processor selection list | David Anders | 2006-02-09 | 1 | -0/+1 |
* | everything uses now CFLAGS, no need to add anything to CPU_FLAGS, add -DSTATI... | Peter S. Mazinger | 2006-02-01 | 1 | -17/+23 |
* | make the extra warnings optional | Mike Frysinger | 2006-01-31 | 1 | -0/+2 |
* | Undo -std=c99 and related -D__ASSEMBLER__ | Peter S. Mazinger | 2006-01-30 | 1 | -1/+1 |
* | Enable -std=c99 if supported, this will define __STDC_VERSION__, have to -D__... | Peter S. Mazinger | 2006-01-30 | 1 | -1/+1 |
* | Some more prototypes, enable missing-prototypes/declarations warnings for now | Peter S. Mazinger | 2006-01-26 | 1 | -1/+1 |
* | Add more warnings, for release we should guard later w/ DODEBUG | Peter S. Mazinger | 2006-01-23 | 1 | -0/+7 |
* | Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. Mov... | Peter S. Mazinger | 2006-01-20 | 1 | -2/+3 |
* | Remove HAVE_ELF | Peter S. Mazinger | 2006-01-19 | 1 | -4/+0 |
* | fix up ability to rename ldso | Mike Frysinger | 2006-01-13 | 1 | -18/+21 |
* | move the HAVE_SHARED/libc check down to after we source .config | Mike Frysinger | 2006-01-11 | 1 | -5/+5 |
* | dont depend on libc.so if we dont have shared | Mike Frysinger | 2006-01-10 | 1 | -0/+4 |
* | force -fsigned-char for everyone | Mike Frysinger | 2006-01-10 | 1 | -2/+5 |
* | give the 64bit ldso on amd64 a slightly diff name so (in the future), we can ... | Mike Frysinger | 2006-01-09 | 1 | -0/+4 |
* | Jan-Benedict Glaw: allow people to override the default `tar` | Mike Frysinger | 2006-01-06 | 1 | -0/+1 |
* | fPIC doesnt work on bfin | Mike Frysinger | 2006-01-05 | 1 | -0/+6 |
* | Bug 618, Thomas Chou: update build flags for nios target | Mike Frysinger | 2006-01-04 | 1 | -0/+7 |
* | Joseph S. Myers writes: | Mike Frysinger | 2006-01-03 | 1 | -0/+2 |
* | TARGET_ARCH is already stripped, do not do it again for nios2 | Peter S. Mazinger | 2006-01-02 | 1 | -1/+1 |
* | quote arg to shell-ed grep as pointed out by Jan-Benedict Glaw | Mike Frysinger | 2006-01-02 | 1 | -1/+1 |
* | Bug 616, Thomas Chou: dont use -msoft-float on nios2 ports | Mike Frysinger | 2005-12-30 | 1 | -0/+2 |
* | Correct C_SYMBOL_PREFIX handling for asm, supports only none or _ | Peter S. Mazinger | 2005-12-16 | 1 | -0/+4 |
* | Fix includes for NPTL thread model. | "Steven J. Hill" | 2005-12-06 | 1 | -2/+3 |
* | include more paths in libpthreads | Mike Frysinger | 2005-12-06 | 1 | -1/+4 |
* | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 |
* | Add header dependency to be used as prerequisite for the all objects | Peter S. Mazinger | 2005-11-25 | 1 | -0/+1 |
* | Build libc if in a subdir and we have it as a dependency | Peter S. Mazinger | 2005-11-25 | 1 | -2/+2 |
* | Correct PTINC path and remove hardcoded include for internals.h | Peter S. Mazinger | 2005-11-24 | 1 | -1/+1 |
* | Depedencies corrected (less make oldconfig/headers), rerunning make remakes o... | Peter S. Mazinger | 2005-11-22 | 1 | -1/+2 |
* | touchup include paths | Mike Frysinger | 2005-11-22 | 1 | -3/+9 |
* | Add needed include to build loader. | "Steven J. Hill" | 2005-11-20 | 1 | -0/+1 |
* | Replace TOPDIR | Peter S. Mazinger | 2005-11-17 | 1 | -10/+10 |
* | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger | 2005-11-17 | 1 | -0/+6 |
* | Use -z relro/-z now on all libs, add some new variables needed later, move co... | Peter S. Mazinger | 2005-11-17 | 1 | -41/+41 |
* | rename current stable linuxthreads to linuxthreads.old to prepare for import ... | Mike Frysinger | 2005-11-15 | 1 | -0/+4 |
* | set default STRIP_FLAGS and change how we detect silent mode | Mike Frysinger | 2005-11-02 | 1 | -1/+3 |
* | ASFLAGS does not need to include CFLAGS as well, compile.S does it already | Peter S. Mazinger | 2005-11-01 | 1 | -2/+1 |
* | Do not add PICFLAG to generic CFLAGS, this is done based on suffix to .os/.oS... | Peter S. Mazinger | 2005-11-01 | 1 | -4/+0 |
* | Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ... | Peter S. Mazinger | 2005-10-29 | 1 | -1/+1 |
* | Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sources | Peter S. Mazinger | 2005-10-29 | 1 | -3/+3 |
* | Add configure option to allow IMA compiling | Peter S. Mazinger | 2005-10-29 | 1 | -1/+5 |
* | Oops, missed commiting AS_NEEDED check | Peter S. Mazinger | 2005-10-28 | 1 | -0/+9 |
* | Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerun | Peter S. Mazinger | 2005-10-28 | 1 | -16/+14 |
* | Moved the use of --combine to CFLAGS, we need it for debugging too | Peter S. Mazinger | 2005-10-27 | 1 | -13/+13 |
* | Hope to catch --combine flag properly on all gcc versions | Peter S. Mazinger | 2005-10-27 | 1 | -2/+13 |
* | Remove comment, I corrected the order already. | Peter S. Mazinger | 2005-10-27 | 1 | -2/+0 |
* | Add -fcombine check to allow IMA compiling w/ gcc 4.x | Peter S. Mazinger | 2005-10-25 | 1 | -0/+2 |