Skip to content

Commit 4511be5

Browse files
committed
Try to fix build on linux/arm32
1 parent 33b41b3 commit 4511be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/posix/prefix.linux_arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#LD=@CXX@
2222

23-
COMMON_FLAGS=-DLINUX -DARM -pipe -MMD -fPIC -fsigned-char -fmessage-length=0 -DFB_SEND_FLAGS=MSG_NOSIGNAL
23+
COMMON_FLAGS=-DLINUX -DARM -pipe -MMD -fPIC -fsigned-char -fmessage-length=0 -DFB_SEND_FLAGS=MSG_NOSIGNAL -latomic
2424

2525
PROD_FLAGS=$(COMMON_FLAGS) -O3
2626
DEV_FLAGS=$(COMMON_FLAGS) -p -ggdb -Werror=delete-incomplete -Wall -Wno-non-virtual-dtor

0 commit comments

Comments
 (0)