Skip to content

Commit 1ce4734

Browse files
committed
Try to fix build on linux/arm32 (attempt 3)
1 parent 5df7d8f commit 1ce4734

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

builds/posix/make.defaults

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
443443
PLATFORM_PATH = os/posix
444444
TRACE_OS_Sources =
445-
446-
# Atomics
447-
ATOMICLIB=

builds/posix/prefix.linux_arm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ COMMON_FLAGS=-DLINUX -DARM -pipe -MMD -fPIC -fsigned-char -fmessage-length=0 -DF
2424

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

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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*)

0 commit comments

Comments
 (0)