summaryrefslogtreecommitdiff
path: root/Rules.mak
AgeCommit message (Collapse)Author
2006-03-05check_ld takes only 1 arg as pointed out by pkjPeter S. Mazinger
2006-03-03Add --gc-sections, saves 2k on libc.soPeter S. Mazinger
2006-02-23Added support for the new CRISv32 architecture.Peter Kjellerstedt
2006-02-23Sync w/ nptlPeter S. Mazinger
2006-02-23Move -Os/-O2 first, add some gcc4 specific optimizationsPeter S. Mazinger
2006-02-22Made it possible to build without stripping the binaries.Peter Kjellerstedt
2006-02-22* Made it possible to dynamically check for supported linker optionsPeter Kjellerstedt
using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it.
2006-02-21rename ldso on all 64bit hostsMike Frysinger
2006-02-18touchup headers target somemore so building in subdirs works nicely againMike Frysinger
2006-02-17combine the output rules in one placeMike Frysinger
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