summaryrefslogtreecommitdiffstats
path: root/Rules.mak
Commit message (Collapse)AuthorAgeFilesLines
...
* Jie Zhang writes:Mike Frysinger2007-09-211-3/+1
| | | | | | GCC 4.3 will put fixed headers in a seperate include-fixed directory. And I don't think that there are people who are still using the 'stupid' GCC which cannot handle -iwithprefix, at least it works with gcc-3.3.x.
* simplify binutils as-needed support and enable it all the time regardless of sspMike Frysinger2007-09-151-5/+1
|
* as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAGMike Frysinger2007-06-221-0/+1
|
* pull from Blackfin repo: add -mid-shared-library for ↵Mike Frysinger2007-06-221-5/+5
| | | | UCLIBC_FORMAT_SHARED_FLAT and -msep-data for UCLIBC_FORMAT_FLAT_SEP_DATA
* force ourselves to write proper code and develop testscasesMike Frysinger2007-04-171-3/+0
|
* dont force a . before EXTRAVERSION so we can be a little more flexible with ↵Mike Frysinger2007-04-171-1/+1
| | | | versioning
* - add arm1176 optionsBernhard Reutner-Fischer2007-03-201-0/+2
|
* dont want to actually bump EXTRAVERSIONMike Frysinger2007-03-191-1/+1
|
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-0/+4
|
* rewrite all superh targets to just shMike Frysinger2007-02-181-1/+1
|
* rewrite all sparc targets to just sparcMike Frysinger2007-02-181-1/+1
|
* rewrite parisc to hppaMike Frysinger2007-02-181-1/+1
|
* make arch default to hostarchMike Frysinger2007-02-141-0/+4
|
* Add missing bits/fenv.h that got lost in the e500 port.Joakim Tjernlund2007-02-131-0/+2
| | | | | clean up E500 math support somewhat. From Steve Papacharalambous with mods by me.
* Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund2007-02-121-0/+2
| | | | | | | in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something.
* enable -std=gnu99 by default nowMike Frysinger2007-02-081-2/+1
|
* Add support for PowerPC e500, libc part only.Joakim Tjernlund2007-02-041-0/+4
| | | | | Math support to be done. From Steve Papacharalambous, stevep@freescale.com
* Bernhard Fischer writes: add undef/nonnull warnings to EXTRA_WARNINGSMike Frysinger2007-01-281-0/+1
|
* Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund2007-01-051-0/+2
| | | | | | config option --enable-secureplt. The assembler must also supports R_PPC_REL16* relocations. gcc 4.1.1 and binutils 2.17 is known to do this.
* we just want the kernel headers, not the whole kernel source ... so people ↵Mike Frysinger2006-12-121-3/+3
| | | | may need to update their paths slightly
* kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger2006-12-111-6/+1
|
* tie PICFLAG:=-mfdpic to format rather than architectureMike Frysinger2006-12-111-6/+5
|
* Richard Sandiford writes: add support for init/fini arrays in shared flat ↵Mike Frysinger2006-12-081-13/+0
| | | | libraries
* Correct -march cflag value for thumb capable ARM processors: Thanks Paul BrookKhem Raj2006-11-221-6/+6
|
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-0/+11
| | | | | | Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak.
* Add config options to select ARM ARMv5 and Intel iwmmxt variants.Khem Raj2006-10-071-0/+2
|
* fix from psm to make sure host make is new enoughMike Frysinger2006-08-251-0/+5
|
* bump the version, in preparation for actually cutting a releaseEric Andersen2006-07-051-1/+1
| | | | at some point in the relatively near future.
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-11/+10
| | | | I had clearly run search/replace on that were cluttering things up.
* Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negativesEric Andersen2006-07-041-3/+3
| | | | on i.e. NOSTRIP=n gets a bit confusing.
* if $(LD) doesnt support --help, dont warn about it (stupid Darwin users)Mike Frysinger2006-06-191-1/+1
|
* bfin supports FDPIC, not normal ELFMike Frysinger2006-06-071-3/+1
|
* drop the trigraphs warning ... there is no reason that we actually want to ↵Mike Frysinger2006-03-311-1/+1
| | | | use trigraphs in uClibc, so if one exists, we should be cutting it out, not ignoring it
* Richard Sandiford writes:Mike Frysinger2006-03-241-0/+7
| | | | | | | | | m68k is one of those targets that does not accept -fPIC across the board. It is supported for 68020 and above, but not for 68000, 68010, or Coldfire, where using -fPIC leads to a compiler error. (Note that the error is flagged by cc1 proper, so it probably wouldn't have mattered with older compilers. It only matters now because cc1 is used to preprocess assembly code.) The attached patch makes m68k targets use -fpic instead of -fPIC.
* Add comment why --gc-sections is ignoredPeter S. Mazinger2006-03-101-0/+1
|
* Disable --gc-sections until I find why it is ignored on some configurationsPeter S. Mazinger2006-03-091-1/+1
|
* check_ld takes only 1 arg as pointed out by pkjPeter S. Mazinger2006-03-051-1/+1
|
* Add --gc-sections, saves 2k on libc.soPeter S. Mazinger2006-03-031-0/+1
|
* Added support for the new CRISv32 architecture.Peter Kjellerstedt2006-02-231-0/+1
|
* Sync w/ nptlPeter S. Mazinger2006-02-231-3/+1
|
* Move -Os/-O2 first, add some gcc4 specific optimizationsPeter S. Mazinger2006-02-231-7/+19
|
* Made it possible to build without stripping the binaries.Peter Kjellerstedt2006-02-221-5/+8
|
* * Made it possible to dynamically check for supported linker optionsPeter Kjellerstedt2006-02-221-0/+3
| | | | | using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it.
* rename ldso on all 64bit hostsMike Frysinger2006-02-211-2/+3
|
* touchup headers target somemore so building in subdirs works nicely againMike Frysinger2006-02-181-0/+1
|
* combine the output rules in one placeMike Frysinger2006-02-171-11/+0
|
* add ARM 7TDMI to processor selection listDavid Anders2006-02-091-0/+1
|
* everything uses now CFLAGS, no need to add anything to CPU_FLAGS, add ↵Peter S. Mazinger2006-02-011-17/+23
| | | | -DSTATIC for those not needing shared libs, needed to be seen in libc-symbols.h
* make the extra warnings optionalMike Frysinger2006-01-311-0/+2
|
* Undo -std=c99 and related -D__ASSEMBLER__Peter S. Mazinger2006-01-301-1/+1
|