diff options
author | Brian Behlendorf <[email protected]> | 2017-10-12 09:51:56 -0700 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2017-10-16 10:57:55 -0700 |
commit | e0eaaf8144c984fd8812712ad1f006a3aa6ad964 (patch) | |
tree | e381ec8af108268ef35869c86490458edfe44a9d /lib/libspl/Makefile.am | |
parent | cb8a074dcbb6cca8311457635c3ff6d10fc11dd0 (diff) |
Fixes for SPARC support
The current code base almost compiles on SPARC, but a few fixes are
required for the code to compile (and work efficiently). Code in this
PR comes from OpenZFS project which was initially dropped when porting
the crypto framework.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Pengcheng Xu <[email protected]>
Closes #6733
Closes #6738
Closes #6750
Diffstat (limited to 'lib/libspl/Makefile.am')
-rw-r--r-- | lib/libspl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libspl/Makefile.am b/lib/libspl/Makefile.am index 3c99529f1..59bc8ffb4 100644 --- a/lib/libspl/Makefile.am +++ b/lib/libspl/Makefile.am @@ -13,7 +13,7 @@ DEFAULT_INCLUDES += \ -I$(top_srcdir)/lib/libspl/include AM_CCASFLAGS = \ - -I$(top_srcdir)/lib/libspl/include + $(CFLAGS) noinst_LTLIBRARIES = libspl.la |