mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Applied Damyan's patch - MIPS linux port
This commit is contained in:
parent
bffd3a4314
commit
281a99b0e8
14
builds/posix/prefix.linux_mips
Normal file
14
builds/posix/prefix.linux_mips
Normal file
@ -0,0 +1,14 @@
|
||||
COMMON_FLAGS=-ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -pipe -MMD -fPIC -fmessage-length=0
|
||||
OPTIMIZE_FLAGS=-O3 -fno-omit-frame-pointer -fno-builtin
|
||||
WARN_FLAGS=-Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable
|
||||
|
||||
PROD_FLAGS=-DNDEBUG $(COMMON_FLAGS) $(OPTIMIZE_FLAGS)
|
||||
DEV_FLAGS=-DUSE_VALGRIND -p $(COMMON_FLAGS) $(WARN_FLAGS)
|
||||
#DEV_FLAGS=-p $(COMMON_FLAGS) $(WARN_FLAGS)
|
||||
|
||||
OS_ServerFiles=inet_server.cpp
|
||||
|
||||
EMBED_UTIL_TARGETS=gstat gds_drop gsec nbackup fb_lock_print fbsvcmgr
|
||||
CLIENT_UTIL_TARGETS=gds_drop gstat gsec fbguard fbmgr_bin nbackup fb_lock_print fbsvcmgr
|
||||
|
||||
Physical_IO_Module=os/posix/unix.cpp
|
12
configure.in
12
configure.in
@ -98,6 +98,18 @@ case "$target" in
|
||||
SHRLIB_EXT=so
|
||||
;;
|
||||
|
||||
mips-*-linux*)
|
||||
MAKEFILE_PREFIX=linux_mips
|
||||
INSTALL_PREFIX=linux
|
||||
PLATFORM=LINUX
|
||||
AC_DEFINE(LINUX)
|
||||
LOCK_MANAGER_FLG=Y
|
||||
EDITLINE_FLG=Y
|
||||
SHRLIB_EXT=so
|
||||
PTHREAD_CFLAGS=-pthread
|
||||
PTHREAD_LIBS=-lpthread
|
||||
;;
|
||||
|
||||
mipsel-*-linux*)
|
||||
MAKEFILE_PREFIX=linux_mipsel
|
||||
INSTALL_PREFIX=linux
|
||||
|
Loading…
Reference in New Issue
Block a user