summaryrefslogtreecommitdiff
path: root/Makefile.flags.am
AgeCommit message (Expand)AuthorFilesLines
2008-06-23Pass the flag -Wno-format-zero-length to gcc (if supported by gcc) while comp...bart1-0/+1
2008-04-16Replaced -nostdlib by -nodefaultlibs such that constructors are executed at s...bart1-2/+2
2007-11-16Avoid hundreds of warnings from -Winline on gcc-4.3:sewardj1-1/+1
2007-11-16Back out bogus strict-aliasing hacks and use -fno-strict-aliasing bysewardj1-2/+3
2007-11-16Change the baseline optimisation level from -O to -O2.sewardj1-3/+8
2006-10-17Merge r6086:sewardj1-3/+33
2006-01-04Somewhat rehash the biarch-build machinery so as to (1) formalise thesewardj1-15/+29
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-2/+6
2005-11-11Turn on some extra warnings.tom1-1/+2
2005-11-08Reworked to avoid depending on $(eval) in the make files as only fairlytom1-5/+3
2005-11-07ppc32 build fix.sewardj1-1/+1
2005-11-07Dual architecture support - this commit is a major rework of the buildtom1-0/+21