commit | 125e084cef02fe865a34181ccfa7f258ccf8ab34 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Nov 21 00:04:31 2005 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Nov 21 00:04:31 2005 -0500 |
tree | 902d396fb8e2f9d3254f59dacb8104f374c625e1 | |
parent | a82a57025c4368de330ecac9a430d84137ae2268 [diff] |
Fix gcc compilation on sparc architectures in bitops.h We no longer have the sparc assembly code in the header file any more, so we shouldn't set _EXT2_HAVE_AS_BITOPS_. This would break compiles on the sparc architectures when using gcc. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>