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
442442# For want of a better suggestion we may as well default to posix
443443PLATFORM_PATH = os/posix
444444TRACE_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
2424
2525PROD_FLAGS=$(COMMON_FLAGS) -O3
2626DEV_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
320320 SHRLIB_EXT=so
321321 CPU_TYPE=arm32
322322 STD_EDITLINE=true
323+ ATOMICLIB=atomic
323324 ;;
324325
325326 aarch64*-*-linux*)
You can’t perform that action at this time.
0 commit comments