Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Peter S. Mazinger | 2005-11-22 | 1 | -1/+2 | |
| | | | | only headers | |||||
* | 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 ↵ | Peter S. Mazinger | 2005-11-17 | 1 | -0/+6 | |
| | | | | foreign objects to a lib | |||||
* | Use -z relro/-z now on all libs, add some new variables needed later, move ↵ | Peter S. Mazinger | 2005-11-17 | 1 | -41/+41 | |
| | | | | common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH | |||||
* | rename current stable linuxthreads to linuxthreads.old to prepare for import ↵ | Mike Frysinger | 2005-11-15 | 1 | -0/+4 | |
| | | | | of latest glibc version | |||||
* | 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 ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -4/+0 | |
| | | | | .os/.oS (Makerules) | |||||
* | Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ↵ | Peter S. Mazinger | 2005-10-29 | 1 | -1/+1 | |
| | | | | all over the place | |||||
* | 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 | |
| | ||||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -2/+3 | |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||||
* | Undo -combine addition, check_gcc can't cope with it | Peter S. Mazinger | 2005-10-17 | 1 | -4/+1 | |
| | ||||||
* | Add -combine to CFLAGS so gcc-4.1 won't build faulty libs if all sources are ↵ | Peter S. Mazinger | 2005-10-16 | 1 | -1/+4 | |
| | | | | built into one object | |||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -4/+4 | |
| | | | | 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. | |||||
* | Fix up PTDIR bug and clean target for libpthread. | "Steven J. Hill" | 2005-10-08 | 1 | -11/+11 | |
| | ||||||
* | Fix broken path for PTDIR which needed a '/' at the end to work. Also ↵ | "Steven J. Hill" | 2005-10-06 | 1 | -3/+31 | |
| | | | | 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. | |||||
* | Use PTDIR in libpthread/Makefile too, add new PTNAME being nptl or ↵ | Peter S. Mazinger | 2005-10-04 | 1 | -3/+10 | |
| | | | | linuxthreads. sjhill, I know you kill my keyboard, but please read my added comments, thanks. | |||||
* | Clean up pthread include mess. Some of these will be needed to support NPTL, ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -0/+7 | |
| | | | | but they do no harm for the linuxthreads case. Yes, I tested this. | |||||
* | Remove ar-target and shared targets, at build time now we traverse the tree ↵ | Peter S. Mazinger | 2005-09-28 | 1 | -4/+0 | |
| | | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a | |||||
* | clean up -malign- vs -falign- #352 by yvasilev | Mike Frysinger | 2005-09-28 | 1 | -3/+3 | |
| | ||||||
* | Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch ↵ | Peter S. Mazinger | 2005-09-26 | 1 | -0/+1 | |
| | | | | breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled. | |||||
* | punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released | Mike Frysinger | 2005-09-08 | 1 | -5/+2 | |
| | ||||||
* | optimize library based upon sparc cpu selection | Mike Frysinger | 2005-08-25 | 1 | -0/+7 | |
| | ||||||
* | per suggestion by psm, remove the variable DYNAMIC_LINKER | Eric Andersen | 2005-08-13 | 1 | -1/+0 | |
| | ||||||
* | Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger. | Joakim Tjernlund | 2005-08-12 | 1 | -7/+1 | |
| | ||||||
* | Remove SYSTEM_LDSO option since it no longer works. | Joakim Tjernlund | 2005-08-12 | 1 | -4/+1 | |
| | ||||||
* | add back in the LDPIEFLAG since -fPIE does not imply -pie | Mike Frysinger | 2005-08-11 | 1 | -1/+17 | |
| | ||||||
* | Bump version in preparation for the upcoming release | Eric Andersen | 2005-08-10 | 1 | -1/+1 | |
| | ||||||
* | as pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4 | Mike Frysinger | 2005-07-29 | 1 | -1/+1 | |
| | ||||||
* | export PIEFLAG and the noexecstack AS test so that gcc/as arent executed in ↵ | Mike Frysinger | 2005-07-29 | 1 | -5/+16 | |
| | | | | every subdir | |||||
* | finish cleaning up the PIE flag checks | Mike Frysinger | 2005-07-29 | 1 | -16/+9 | |
| |