mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-10 05:21:00 +01:00
BUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_ATOMIC
The issue was introduced with commit c108f37c2 ("BUILD: makefile:
rework 51D to split v3/v4"), and is also related to commit b16d9b58
("BUILD: makefile: never force -latomic, set USE_LIBATOMIC instead")
where USE_ATOMIC has been replaced.
This commit is contained in:
parent
d0c363486c
commit
c2d35dc84a
2
Makefile
2
Makefile
@ -690,7 +690,7 @@ ifneq ($(USE_51DEGREES),)
|
|||||||
ifeq ($(USE_THREAD),)
|
ifeq ($(USE_THREAD),)
|
||||||
51DEGREES_CFLAGS += -DFIFTYONEDEGREES_NO_THREADING -DFIFTYONE_DEGREES_NO_THREADING
|
51DEGREES_CFLAGS += -DFIFTYONEDEGREES_NO_THREADING -DFIFTYONE_DEGREES_NO_THREADING
|
||||||
endif
|
endif
|
||||||
USE_ATOMIC = implicit
|
USE_LIBATOMIC = implicit
|
||||||
endif # 51DEGREES_VER==4
|
endif # 51DEGREES_VER==4
|
||||||
|
|
||||||
ifeq ($(51DEGREES_VER),3) # v3 here
|
ifeq ($(51DEGREES_VER),3) # v3 here
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user