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

Small mod for HPUX

This commit is contained in:
paulbeach 2008-11-28 09:46:43 +00:00
parent 52b52157f1
commit 056fe92dbd

View File

@ -19,7 +19,7 @@
# #
# compile flags for GCC compiler # compile flags for GCC compiler
PROD_FLAGS= -pipe -fPIC -O3 -MMD -DNDEBUG -DHP11 -DHPUX -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED -march=2.0 PROD_FLAGS= -pipe -fPIC -O3 -MMD -DNDEBUG -DHP11 -DHPUX -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_REENTRANT -march=2.0
DEV_FLAGS= -ggdb -pipe -fPIC -MMD -DHP11 -DHPUX -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_REENTRANT -march=2.0 DEV_FLAGS= -ggdb -pipe -fPIC -MMD -DHP11 -DHPUX -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_REENTRANT -march=2.0
#Extra modules needed on this platform during bootstrap #Extra modules needed on this platform during bootstrap
JRDBOOT_Extra_Files=isc_sync.cpp thd.cpp JRDBOOT_Extra_Files=isc_sync.cpp thd.cpp