This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-12-28 03:49:38 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2989d1012a
mirror_zfs
/
lib
/
libspl
/
asm-i386
/
Makefile.am
2 lines
22 B
Makefile
Raw
Normal View
History
Unescape
Escape
Fix libspl/asm-generic/atomic for VPATH build Currently, asm-generic/atomic.c is compiled into a .S file, with a comment saying this is to simplify the upper-level Makefile. However, this doesn't work properly with a VPATH build, which would require better logic to deal with generated sources correctly. It also doesn't seem more complex to just specify the .c/.S source file, depending on the cpu, instead of only the source directory in lib/libspl/Makefile.am, which eliminates the need to do the intermediate compilation. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10493
2020-06-19 22:24:20 +03:00
EXTRA_DIST
=
atomic.S
Reference in New Issue
Copy Permalink