b2ed6a0564
The 1.2 we were using doesn't build on ARM Thumb platforms: http://autobuild.buildroot.org/results/94ef6be7dcb31021462e7313724217627d4b29df/build-end.log Moreover, the 7.2 version is the one used by Debian/Ubuntu, and it has been tested to build fine with the two packages that depend on libatomic_ops: libdrm and pulseaudio. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
391 B
Makefile
13 lines
391 B
Makefile
#############################################################
|
|
#
|
|
# Atomic_ops library
|
|
#
|
|
#############################################################
|
|
|
|
LIBATOMIC_OPS_VERSION = 7.2
|
|
LIBATOMIC_OPS_SOURCE = libatomic_ops-$(LIBATOMIC_OPS_VERSION).tar.gz
|
|
LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/research/linux/atomic_ops/download
|
|
LIBATOMIC_OPS_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|