summaryrefslogtreecommitdiff
path: root/Rules.mak
AgeCommit message (Expand)Author
2006-01-13fix up ability to rename ldsoMike Frysinger
2006-01-11move the HAVE_SHARED/libc check down to after we source .configMike Frysinger
2006-01-10dont depend on libc.so if we dont have sharedMike Frysinger
2006-01-10force -fsigned-char for everyoneMike Frysinger
2006-01-09give the 64bit ldso on amd64 a slightly diff name so (in the future), we can ...Mike Frysinger
2006-01-06Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger
2006-01-05fPIC doesnt work on bfinMike Frysinger
2006-01-04Bug 618, Thomas Chou: update build flags for nios targetMike Frysinger
2006-01-03Joseph S. Myers writes:Mike Frysinger
2006-01-02TARGET_ARCH is already stripped, do not do it again for nios2Peter S. Mazinger
2006-01-02quote arg to shell-ed grep as pointed out by Jan-Benedict GlawMike Frysinger
2005-12-30Bug 616, Thomas Chou: dont use -msoft-float on nios2 portsMike Frysinger
2005-12-16Correct C_SYMBOL_PREFIX handling for asm, supports only none or _Peter S. Mazinger
2005-12-06Fix includes for NPTL thread model."Steven J. Hill"
2005-12-06include more paths in libpthreadsMike Frysinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Add header dependency to be used as prerequisite for the all objectsPeter S. Mazinger
2005-11-25Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger
2005-11-24Correct PTINC path and remove hardcoded include for internals.hPeter S. Mazinger
2005-11-22Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger
2005-11-22touchup include pathsMike Frysinger
2005-11-20Add needed include to build loader."Steven J. Hill"
2005-11-17Replace TOPDIRPeter S. Mazinger
2005-11-17Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger
2005-11-17Use -z relro/-z now on all libs, add some new variables needed later, move co...Peter S. Mazinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger
2005-11-02set default STRIP_FLAGS and change how we detect silent modeMike Frysinger
2005-11-01ASFLAGS does not need to include CFLAGS as well, compile.S does it alreadyPeter S. Mazinger
2005-11-01Do not add PICFLAG to generic CFLAGS, this is done based on suffix to .os/.oS...Peter S. Mazinger
2005-10-29Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ...Peter S. Mazinger
2005-10-29Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sourcesPeter S. Mazinger
2005-10-29Add configure option to allow IMA compilingPeter S. Mazinger
2005-10-28Oops, missed commiting AS_NEEDED checkPeter S. Mazinger
2005-10-28Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerunPeter S. Mazinger
2005-10-27Moved the use of --combine to CFLAGS, we need it for debugging tooPeter S. Mazinger
2005-10-27Hope to catch --combine flag properly on all gcc versionsPeter S. Mazinger
2005-10-27Remove comment, I corrected the order already.Peter S. Mazinger
2005-10-25Add -fcombine check to allow IMA compiling w/ gcc 4.xPeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-17Undo -combine addition, check_gcc can't cope with itPeter S. Mazinger
2005-10-16Add -combine to CFLAGS so gcc-4.1 won't build faulty libs if all sources are ...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-08Fix up PTDIR bug and clean target for libpthread."Steven J. Hill"
2005-10-06Fix broken path for PTDIR which needed a '/' at the end to work. Also brought..."Steven J. Hill"
2005-10-04Use PTDIR in libpthread/Makefile too, add new PTNAME being nptl or linuxthrea...Peter S. Mazinger
2005-10-04Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger
2005-09-28clean up -malign- vs -falign- #352 by yvasilevMike Frysinger
2005-09-26Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre...Peter S. Mazinger
2005-09-08punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger