summaryrefslogtreecommitdiff
path: root/Rules.mak
AgeCommit message (Expand)Author
2007-09-15simplify binutils as-needed support and enable it all the time regardless of sspMike Frysinger
2007-06-22as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAGMike Frysinger
2007-06-22pull from Blackfin repo: add -mid-shared-library for UCLIBC_FORMAT_SHARED_FLA...Mike Frysinger
2007-04-17force ourselves to write proper code and develop testscasesMike Frysinger
2007-04-17dont force a . before EXTRAVERSION so we can be a little more flexible with v...Mike Frysinger
2007-03-20- add arm1176 optionsBernhard Reutner-Fischer
2007-03-19dont want to actually bump EXTRAVERSIONMike Frysinger
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2007-02-18rewrite all superh targets to just shMike Frysinger
2007-02-18rewrite all sparc targets to just sparcMike Frysinger
2007-02-18rewrite parisc to hppaMike Frysinger
2007-02-14make arch default to hostarchMike Frysinger
2007-02-13Add missing bits/fenv.h that got lost in the e500 port.Joakim Tjernlund
2007-02-12Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund
2007-02-08enable -std=gnu99 by default nowMike Frysinger
2007-02-04Add support for PowerPC e500, libc part only.Joakim Tjernlund
2007-01-28Bernhard Fischer writes: add undef/nonnull warnings to EXTRA_WARNINGSMike Frysinger
2007-01-05Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund
2006-12-12we just want the kernel headers, not the whole kernel source ... so people ma...Mike Frysinger
2006-12-11kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger
2006-12-11tie PICFLAG:=-mfdpic to format rather than architectureMike Frysinger
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger
2006-11-22Correct -march cflag value for thumb capable ARM processors: Thanks Paul BrookKhem Raj
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-10-07Add config options to select ARM ARMv5 and Intel iwmmxt variants.Khem Raj
2006-08-25fix from psm to make sure host make is new enoughMike Frysinger
2006-07-05bump the version, in preparation for actually cutting a releaseEric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-04Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negativesEric Andersen
2006-06-19if $(LD) doesnt support --help, dont warn about it (stupid Darwin users)Mike Frysinger
2006-06-07bfin supports FDPIC, not normal ELFMike Frysinger
2006-03-31drop the trigraphs warning ... there is no reason that we actually want to us...Mike Frysinger
2006-03-24Richard Sandiford writes:Mike Frysinger
2006-03-10Add comment why --gc-sections is ignoredPeter S. Mazinger
2006-03-09Disable --gc-sections until I find why it is ignored on some configurationsPeter S. Mazinger
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
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 -DSTATI...Peter S. Mazinger
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 -D__...Peter S. Mazinger