commit | 92d6cf2dab83cfb00b3d80fd38a38a77c6873277 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue May 26 08:53:28 2015 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Jun 11 17:33:05 2015 +1000 |
tree | c9f6ed082e8b7e6c6a9089cf179813c92e341ee7 | |
parent | a50a862e74a9d7b447df30c33aa3d534ce3a977a [diff] |
powerpc: Don't use -mno-strict-align on clang We added -mno-strict-align in commit f036b3681962 (powerpc: Work around little endian gcc bug) to fix gcc bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57134 Clang doesn't understand it. We need to use a conditional because we can't use the simpler call cc-option here. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>