8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/builds/posix/prefix.solx86gcc

60 lines
1.9 KiB
Plaintext
Raw Normal View History

# The contents of this file are subject to the Interbase Public
# License Version 1.0 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy
# of the License at http://www.Inprise.com/IPL.html
#
# Software distributed under the License is distributed on an
# "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
# or implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code was created by Inprise Corporation
# and its predecessors. Portions created by Inprise Corporation are
# Copyright (C) Inprise Corporation.
#
# All Rights Reserved.
2008-09-12 11:16:31 +02:00
# Contributor(s): Konstantin Kuznetsov
# Neil McCalden
# Paul Beach
2008-09-12 13:15:06 +02:00
# Nickolay Samofatov
2008-09-12 11:16:31 +02:00
# This file can be used to build Firebird on Solaris 10 using gcc
#
# Start of file prefix.solaris X 86 : $(VERSION) $(PLATFORM)
WARNINGS=-Wall -W -Wno-unused -Wno-parentheses -Wno-switch -Wwrite-strings
2008-12-28 16:42:05 +01:00
COMM_SOLX_FLAGS:=-DSOLARIS -DSOLX86 -DBSD_COMP -fno-omit-frame-pointer -fmessage-length=0 -MMD -fPIC
SFIO=@SFIO_DIR@
SFIO_FLAGS=@SFIO_FLAGS@
SFIO_LDFLAGS=@SFIO_LDFLAGS@
ifdef SFIO
2008-09-06 20:45:37 +02:00
COMM_SOLX_FLAGS+=$(SFIO_FLAGS)
endif
2007-08-31 12:48:09 +02:00
PROD_FLAGS=-DNDEBUG -w $(COMM_SOLX_FLAGS) -O2 -march=pentium
DEV_FLAGS=$(COMM_SOLX_FLAGS) -ggdb -g3 -p $(WARNINGS)
2008-09-02 16:22:42 +02:00
ifdef SFIO
LINK_LIBS+=$(SFIO_LDFLAGS) -lstdio -lsfio
STATICLINK_LIBS+=$(SFIO_LDFLAGS) -lstdio -lsfio
SO_LINK_LIBS+=$(SFIO_LDFLAGS) -lstdio -lsfio
endif
OS_ServerFiles=inet_server.cpp
2005-07-29 11:24:46 +02:00
LOCKPRINT_Other_Sources= jrd/ThreadData.cpp
Server_main_dummy = os/sun/server_main_dummy.cpp
LIB_LINK_OPTIONS= -G
LIB_PLATFORM_RPATH= -R $(1)
LIB_LINK_SONAME= -h $(1)
2004-05-20 11:55:36 +02:00
LIB_LINK_MAPFILE= -Xlinker -M
2009-06-25 03:17:43 +02:00
EMBED_UTIL_TARGETS=gstat gsec fbguard nbackup fb_lock_print fbsvcmgr fbtracemgr
CLIENT_UTIL_TARGETS=gstat gsec fbguard fbmgr_bin nbackup fb_lock_print fbsvcmgr fbtracemgr
2003-07-14 13:23:04 +02:00
Physical_IO_Module=os/posix/unix.cpp
2007-08-13 14:00:32 +02:00
UNDEF_PLATFORM = -Wl,-z,defs