Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
valgrind
/
b4d48a5c5af887b19fc29fa50345a151c123b413
/
Makefile.flags.am
9d865fa
Pass the flag -Wno-format-zero-length to gcc (if supported by gcc) while compiling tools. This flag only affects those tools for which -Wformat is enabled (at this time only exp-drd).
by bart
· 16 years ago
44ceea2
Replaced -nostdlib by -nodefaultlibs such that constructors are executed at shared library load time. Replaced _init() function in drd_pthread_intercepts.c by a function with a constructor attribute in order to increase portability.
by bart
· 17 years ago
8cd42de
Avoid hundreds of warnings from -Winline on gcc-4.3:
by sewardj
· 17 years ago
b5f2964
Back out bogus strict-aliasing hacks and use -fno-strict-aliasing by default.
by sewardj
· 17 years ago
944fbf2
Change the baseline optimisation level from -O to -O2.
by sewardj
· 17 years ago
1eff82b
by sewardj
· 18 years ago
0126214
by sewardj
· 19 years ago
2c48c7b
Add framework for ppc64 support. Apologies in advance for the
by sewardj
· 19 years ago
7379c70
Turn on some extra warnings.
by tom
· 19 years ago
b637bad
Reworked to avoid depending on $(eval) in the make files as only fairly
by tom
· 19 years ago
e8b6209
ppc32 build fix.
by sewardj
· 19 years ago
fb7bcde
Dual architecture support - this commit is a major rework of the build
by tom
· 19 years ago