]> git.proxmox.com Git - mirror_zfs.git/commit
Allow c99 when building ZFS in the kernel tree
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 27 Mar 2017 19:31:15 +0000 (12:31 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2017 19:31:15 +0000 (12:31 -0700)
commit06480b2790e4a07fefa5a2bbaaf1e26d1eb00d33
tree27ad184b8c8aa5a843f3806832e40e851eb393df
parent7b0dc2a317a3d149d396bc48dae7b8e9bf1a1a6b
Allow c99 when building ZFS in the kernel tree

Commit 4a5d7f82 enabled building c99 out of the kernel tree.
However, when building as part of the kernel different Makefiles
are used and -std=gnu99 must additionially be added there.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5919
copy-builtin