Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ff7b8
)
Branch b_release_1_8_1
author
johann
<johann>
Thu, 28 May 2009 09:39:50 +0000
(09:39 +0000)
committer
johann
<johann>
Thu, 28 May 2009 09:39:50 +0000
(09:39 +0000)
b=15981
Enable Werror by default for i686 and x86_64.
lustre/autoconf/lustre-core.m4
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
5100462
..
515a5b0
100644
(file)
--- a/
lustre/autoconf/lustre-core.m4
+++ b/
lustre/autoconf/lustre-core.m4
@@
-2247,6
+2247,10
@@
LB_LINUX_TRY_COMPILE([
AC_DEFUN([LC_CONFIGURE],
[LC_CONFIG_OBD_BUFFER_SIZE
+if test $target_cpu == "i686" -o $target_cpu == "x86_64"; then
+ CFLAGS="$CFLAGS -Werror"
+fi
+
# include/liblustre.h
AC_CHECK_HEADERS([asm/page.h sys/user.h sys/vfs.h stdint.h blkid/blkid.h])