Merge commit 'refs/top-bases/top' into top
This commit is contained in:
commit
1aa1a686b5
|
@ -200,18 +200,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
||||||
zdb_SOURCES = \
|
zdb_SOURCES = \
|
||||||
|
|
|
@ -200,18 +200,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
||||||
zdump_SOURCES = \
|
zdump_SOURCES = \
|
||||||
|
|
|
@ -200,18 +200,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
||||||
zfs_SOURCES = \
|
zfs_SOURCES = \
|
||||||
|
|
|
@ -200,18 +200,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
||||||
zinject_SOURCES = \
|
zinject_SOURCES = \
|
||||||
|
|
|
@ -201,18 +201,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
zpios_SOURCES = \
|
zpios_SOURCES = \
|
||||||
$(top_srcdir)/cmd/zpios/zpios.h \
|
$(top_srcdir)/cmd/zpios/zpios.h \
|
||||||
|
|
|
@ -201,18 +201,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
||||||
zpool_SOURCES = \
|
zpool_SOURCES = \
|
||||||
|
|
|
@ -200,18 +200,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
DEFAULT_INCLUDES = -I${top_srcdir}/lib/libspl/include
|
||||||
ztest_SOURCES = \
|
ztest_SOURCES = \
|
||||||
|
|
|
@ -205,18 +205,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = \
|
DEFAULT_INCLUDES = \
|
||||||
-I${top_srcdir}/module/avl/include \
|
-I${top_srcdir}/module/avl/include \
|
||||||
|
|
|
@ -205,18 +205,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = \
|
DEFAULT_INCLUDES = \
|
||||||
-I${top_srcdir}/module/nvpair/include \
|
-I${top_srcdir}/module/nvpair/include \
|
||||||
|
|
|
@ -206,18 +206,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = \
|
DEFAULT_INCLUDES = \
|
||||||
-I${top_srcdir}/lib/libspl/include
|
-I${top_srcdir}/lib/libspl/include
|
||||||
|
|
|
@ -201,18 +201,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = \
|
DEFAULT_INCLUDES = \
|
||||||
-I${top_srcdir}/lib/libuutil/include \
|
-I${top_srcdir}/lib/libuutil/include \
|
||||||
|
|
|
@ -206,18 +206,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = \
|
DEFAULT_INCLUDES = \
|
||||||
-I${top_srcdir}/module/zcommon/include \
|
-I${top_srcdir}/module/zcommon/include \
|
||||||
|
|
|
@ -208,18 +208,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = \
|
DEFAULT_INCLUDES = \
|
||||||
-I${top_srcdir}/lib/libzfs/include \
|
-I${top_srcdir}/lib/libzfs/include \
|
||||||
|
|
|
@ -205,18 +205,15 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
|
||||||
# Default build options
|
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
||||||
# Expected defines not covered by zfs_config.h or spl_config.h
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -ggdb -O2 -std=c99 -Wall -Wstrict-prototypes -Wshadow \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
||||||
-Werror -Wno-switch -Wno-unused -Wno-missing-braces \
|
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
||||||
-Wno-unknown-pragmas -Wno-parentheses -Wno-uninitialized \
|
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
||||||
-fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT \
|
||||||
-D_LARGEFILE64_SOURCE -D_REENTRANT \
|
|
||||||
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
-DTEXT_DOMAIN=\\\"zfs-linux-user\\\"
|
||||||
DEFAULT_INCLUDES = \
|
DEFAULT_INCLUDES = \
|
||||||
-I${top_srcdir}/module/zpool/include \
|
-I${top_srcdir}/module/zpool/include \
|
||||||
|
|
Loading…
Reference in New Issue