8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:43:03 +01:00

Try to fix build on linux/arm32 (attempt 3)

This commit is contained in:
AlexPeshkoff 2024-08-08 11:44:45 +03:00
parent 5df7d8f197
commit 1ce4734ab4
3 changed files with 1 additions and 4 deletions

View File

@ -442,6 +442,3 @@ FIREBIRD_MSG = $(FIREBIRD)/firebird.msg
# For want of a better suggestion we may as well default to posix
PLATFORM_PATH = os/posix
TRACE_OS_Sources =
# Atomics
ATOMICLIB=

View File

@ -24,4 +24,3 @@ COMMON_FLAGS=-DLINUX -DARM -pipe -MMD -fPIC -fsigned-char -fmessage-length=0 -DF
PROD_FLAGS=$(COMMON_FLAGS) -O3
DEV_FLAGS=$(COMMON_FLAGS) -p -ggdb -Werror=delete-incomplete -Wall -Wno-non-virtual-dtor
ATOMICLIB=atomic

View File

@ -320,6 +320,7 @@ dnl CPU_TYPE=ppc64
SHRLIB_EXT=so
CPU_TYPE=arm32
STD_EDITLINE=true
ATOMICLIB=atomic
;;
aarch64*-*-linux*)