mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Try to fix build on linux/arm32 (attempt 3)
This commit is contained in:
parent
5df7d8f197
commit
1ce4734ab4
@ -442,6 +442,3 @@ FIREBIRD_MSG = $(FIREBIRD)/firebird.msg
|
|||||||
# For want of a better suggestion we may as well default to posix
|
# For want of a better suggestion we may as well default to posix
|
||||||
PLATFORM_PATH = os/posix
|
PLATFORM_PATH = os/posix
|
||||||
TRACE_OS_Sources =
|
TRACE_OS_Sources =
|
||||||
|
|
||||||
# Atomics
|
|
||||||
ATOMICLIB=
|
|
||||||
|
@ -24,4 +24,3 @@ COMMON_FLAGS=-DLINUX -DARM -pipe -MMD -fPIC -fsigned-char -fmessage-length=0 -DF
|
|||||||
|
|
||||||
PROD_FLAGS=$(COMMON_FLAGS) -O3
|
PROD_FLAGS=$(COMMON_FLAGS) -O3
|
||||||
DEV_FLAGS=$(COMMON_FLAGS) -p -ggdb -Werror=delete-incomplete -Wall -Wno-non-virtual-dtor
|
DEV_FLAGS=$(COMMON_FLAGS) -p -ggdb -Werror=delete-incomplete -Wall -Wno-non-virtual-dtor
|
||||||
ATOMICLIB=atomic
|
|
||||||
|
@ -320,6 +320,7 @@ dnl CPU_TYPE=ppc64
|
|||||||
SHRLIB_EXT=so
|
SHRLIB_EXT=so
|
||||||
CPU_TYPE=arm32
|
CPU_TYPE=arm32
|
||||||
STD_EDITLINE=true
|
STD_EDITLINE=true
|
||||||
|
ATOMICLIB=atomic
|
||||||
;;
|
;;
|
||||||
|
|
||||||
aarch64*-*-linux*)
|
aarch64*-*-linux*)
|
||||||
|
Loading…
Reference in New Issue
Block a user