File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -442,6 +442,3 @@ FIREBIRD_MSG = $(FIREBIRD)/firebird.msg
442
442
# For want of a better suggestion we may as well default to posix
443
443
PLATFORM_PATH = os/posix
444
444
TRACE_OS_Sources =
445
-
446
- # Atomics
447
- ATOMICLIB=
Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ COMMON_FLAGS=-DLINUX -DARM -pipe -MMD -fPIC -fsigned-char -fmessage-length=0 -DF
24
24
25
25
PROD_FLAGS=$(COMMON_FLAGS) -O3
26
26
DEV_FLAGS=$(COMMON_FLAGS) -p -ggdb -Werror=delete-incomplete -Wall -Wno-non-virtual-dtor
27
- ATOMICLIB=atomic
Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ dnl CPU_TYPE=ppc64
320
320
SHRLIB_EXT=so
321
321
CPU_TYPE=arm32
322
322
STD_EDITLINE=true
323
+ ATOMICLIB=atomic
323
324
;;
324
325
325
326
aarch64*-*-linux*)
You can’t perform that action at this time.
0 commit comments