1. 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
  2. 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 · 16 years ago
  3. 8cd42de Avoid hundreds of warnings from -Winline on gcc-4.3: by sewardj · 17 years ago
  4. b5f2964 Back out bogus strict-aliasing hacks and use -fno-strict-aliasing by default. by sewardj · 17 years ago
  5. 944fbf2 Change the baseline optimisation level from -O to -O2. by sewardj · 17 years ago
  6. 1eff82b by sewardj · 18 years ago
  7. 0126214 by sewardj · 19 years ago
  8. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  9. 7379c70 Turn on some extra warnings. by tom · 19 years ago
  10. b637bad Reworked to avoid depending on $(eval) in the make files as only fairly by tom · 19 years ago
  11. e8b6209 ppc32 build fix. by sewardj · 19 years ago
  12. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago