summaryrefslogtreecommitdiffstats
path: root/Rules.mak
Commit message (Expand)AuthorAgeFilesLines
* 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 -DSTATI...Peter S. Mazinger2006-02-011-17/+23
* 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 -D__...Peter S. Mazinger2006-01-301-1/+1
* 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. Mov...Peter S. Mazinger2006-01-201-2/+3
* 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
* Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger2006-01-061-0/+1
* 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
* 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 o...Peter S. Mazinger2005-11-221-1/+2
* 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 foreign...Peter S. Mazinger2005-11-171-0/+6
* Use -z relro/-z now on all libs, add some new variables needed later, move co...Peter S. Mazinger2005-11-171-41/+41
* rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger2005-11-151-0/+4
* set default STRIP_FLAGS and change how we detect silent modeMike Frysinger2005-11-021-1/+3
* ASFLAGS does not need to include CFLAGS as well, compile.S does it alreadyPeter S. Mazinger2005-11-011-2/+1
* Do not add PICFLAG to generic CFLAGS, this is done based on suffix to .os/.oS...Peter S. Mazinger2005-11-011-4/+0
* Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ...Peter S. Mazinger2005-10-291-1/+1
* Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sourcesPeter S. Mazinger2005-10-291-3/+3
* Add configure option to allow IMA compilingPeter S. Mazinger2005-10-291-1/+5
* Oops, missed commiting AS_NEEDED checkPeter S. Mazinger2005-10-281-0/+9
* Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerunPeter S. Mazinger2005-10-281-16/+14
* Moved the use of --combine to CFLAGS, we need it for debugging tooPeter S. Mazinger2005-10-271-13/+13
* Hope to catch --combine flag properly on all gcc versionsPeter S. Mazinger2005-10-271-2/+13
* Remove comment, I corrected the order already.Peter S. Mazinger2005-10-271-2/+0
* Add -fcombine check to allow IMA compiling w/ gcc 4.xPeter S. Mazinger2005-10-251-0/+2
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-2/+3
* Undo -combine addition, check_gcc can't cope with itPeter S. Mazinger2005-10-171-4/+1
* Add -combine to CFLAGS so gcc-4.1 won't build faulty libs if all sources are ...Peter S. Mazinger2005-10-161-1/+4