summaryrefslogtreecommitdiffstats
path: root/Rules.mak
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Enable -std=c99 if supported, this will define __STDC_VERSION__, have to ↵Peter S. Mazinger2006-01-301-1/+1
| | | | -D__ASSEMBLER__, bug in all gcc
* Some more prototypes, enable missing-prototypes/declarations warnings for nowPeter S. Mazinger2006-01-261-1/+1
|
* Add more warnings, for release we should guard later w/ DODEBUGPeter S. Mazinger2006-01-231-0/+7
|
* Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. ↵Peter S. Mazinger2006-01-201-2/+3
| | | | 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
* Remove HAVE_ELFPeter S. Mazinger2006-01-191-4/+0
|
* fix up ability to rename ldsoMike Frysinger2006-01-131-18/+21
|
* move the HAVE_SHARED/libc check down to after we source .configMike Frysinger2006-01-111-5/+5
|
* dont depend on libc.so if we dont have sharedMike Frysinger2006-01-101-0/+4
|
* force -fsigned-char for everyoneMike Frysinger2006-01-101-2/+5
|
* give the 64bit ldso on amd64 a slightly diff name so (in the future), we can ↵Mike Frysinger2006-01-091-0/+4
| | | | do multilib
* Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger2006-01-061-0/+1
| | | | binary via TAR make variable for non-GNU systems
* fPIC doesnt work on bfinMike Frysinger2006-01-051-0/+6
|
* Bug 618, Thomas Chou: update build flags for nios targetMike Frysinger2006-01-041-0/+7
|
* Joseph S. Myers writes:Mike Frysinger2006-01-031-0/+2
| | | | | | | 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.
* TARGET_ARCH is already stripped, do not do it again for nios2Peter S. Mazinger2006-01-021-1/+1
|
* quote arg to shell-ed grep as pointed out by Jan-Benedict GlawMike Frysinger2006-01-021-1/+1
|
* Bug 616, Thomas Chou: dont use -msoft-float on nios2 portsMike Frysinger2005-12-301-0/+2
|
* Correct C_SYMBOL_PREFIX handling for asm, supports only none or _Peter S. Mazinger2005-12-161-0/+4
|
* Fix includes for NPTL thread model."Steven J. Hill"2005-12-061-2/+3
|
* include more paths in libpthreadsMike Frysinger2005-12-061-1/+4
|
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-1/+1
|
* Add header dependency to be used as prerequisite for the all objectsPeter S. Mazinger2005-11-251-0/+1
|
* Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger2005-11-251-2/+2
|
* Correct PTINC path and remove hardcoded include for internals.hPeter S. Mazinger2005-11-241-1/+1
|
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵Peter S. Mazinger2005-11-221-1/+2
| | | | only headers
* touchup include pathsMike Frysinger2005-11-221-3/+9
|
* Add needed include to build loader."Steven J. Hill"2005-11-201-0/+1
|
* Replace TOPDIRPeter S. Mazinger2005-11-171-10/+10
|
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵Peter S. Mazinger2005-11-171-0/+6
| | | | foreign objects to a lib