mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
Description: Drop -m32 flag
This prefix file is used on all sparc variants and -m32 breaks the build on sparc64 Author: Damyan Ivanov <dmn@debian.org> Forwarded: from debian/patches
This commit is contained in:
parent
c508121278
commit
e3f9719b0d
@ -18,7 +18,7 @@
|
||||
#
|
||||
# 2 Oct 2002, Nickolay Samofatov - Major cleanup
|
||||
|
||||
COMMON_FLAGS=-m32 -DLINUX -pipe -MMD -fPIC -Dsparc -DFB_SEND_FLAGS=MSG_NOSIGNAL
|
||||
COMMON_FLAGS=-DLINUX -pipe -MMD -fPIC -Dsparc -DFB_SEND_FLAGS=MSG_NOSIGNAL
|
||||
PROD_FLAGS=-ggdb -mcpu=ultrasparc -mtune=ultrasparc -O3 -DNDEBUG $(COMMON_FLAGS)
|
||||
DEV_FLAGS=-ggdb -p -Wall -Wno-switch $(COMMON_FLAGS)
|
||||
CXXFLAGS:= $(CXXFLAGS) -fno-rtti
|
||||
|
Loading…
Reference in New Issue
Block a user