summaryrefslogtreecommitdiff
path: root/Rules.mak
AgeCommit message (Collapse)Author
2006-02-09add ARM 7TDMI to processor selection listDavid Anders
2006-02-01everything 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-31make the extra warnings optionalMike Frysinger
2006-01-30Undo -std=c99 and related -D__ASSEMBLER__Peter S. Mazinger
2006-01-30Enable -std=c99 if supported, this will define __STDC_VERSION__, have to ↵Peter S. Mazinger
-D__ASSEMBLER__, bug in all gcc
2006-01-26Some more prototypes, enable missing-prototypes/declarations warnings for nowPeter S. Mazinger
2006-01-23Add more warnings, for release we should guard later w/ DODEBUGPeter S. Mazinger
2006-01-20Split 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-19Remove HAVE_ELFPeter S. Mazinger
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
do multilib
2006-01-06Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger
binary via TAR make variable for non-GNU systems
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
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-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 ↵Peter S. Mazinger
only headers
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 ↵Peter S. Mazinger
foreign objects to a lib
2005-11-17Use -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-15rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger
of latest glibc version
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 ↵Peter S. Mazinger
.os/.oS (Makerules)
2005-10-29Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ↵Peter S. Mazinger
all over the place
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 ↵Peter S. Mazinger
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
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
built into one object