1. 04 7月, 2008 6 次提交
  2. 03 7月, 2008 4 次提交
  3. 02 7月, 2008 9 次提交
  4. 01 7月, 2008 3 次提交
  5. 30 6月, 2008 3 次提交
  6. 29 6月, 2008 10 次提交
  7. 27 6月, 2008 1 次提交
    • H
      Conditionally add -fno-stack-protector to CFLAGS · 28eab0d7
      Haavard Skinnemoen 提交于
      When compile-testing on powerpc, I get errors like this:
      
      net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
      
      This seems to be because -fstack-protector is on by default, so
      let's explicitly disable it on all architectures that support the
      option.
      
      The Ubuntu toolchain is affected by this problem, and according to
      Mike Frysinger, Gentoo has been running with SSP enabled for years.
      More and more distros are turning SSP on by default, so this problem
      is likely to get worse in the future.
      
      Also, powerpc just happens to be one of the arches I do
      compile-testing on. There may be other arches affected by this too.
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      28eab0d7
  8. 26 6月, 2008 3 次提交
  9. 20 6月, 2008 1 次提交