mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
Allow TRIM_UNUSED_KSYM when build as a builtin-module
If ZFS is built with enable_linux_builtin, it seems to be possible to compile the kernel with TRIM_UNUSED_KSYM. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Torsten Wörtwein <twoertwein@gmail.com> Closes #8820
This commit is contained in:
parent
d6920fb996
commit
a0bf24952d
@ -529,10 +529,11 @@ AC_DEFUN([ZFS_AC_KERNEL_CONFIG_TRIM_UNUSED_KSYMS], [
|
|||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
],[
|
],[
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
AC_MSG_ERROR([
|
AS_IF([test "x$enable_linux_builtin" != xyes], [
|
||||||
|
AC_MSG_ERROR([
|
||||||
*** This kernel has unused symbols trimming enabled, please disable.
|
*** This kernel has unused symbols trimming enabled, please disable.
|
||||||
*** Rebuild the kernel with CONFIG_TRIM_UNUSED_KSYMS=n set.])
|
*** Rebuild the kernel with CONFIG_TRIM_UNUSED_KSYMS=n set.])
|
||||||
])
|
])])
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl #
|
dnl #
|
||||||
|
Loading…
Reference in New Issue
Block a user