mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
No header for prefix.hpux
This commit is contained in:
parent
84f0f74499
commit
1d391328d0
@ -1,15 +1,25 @@
|
||||
# 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.
|
||||
# Contributor(s): Paul Beach
|
||||
#
|
||||
# Compiler settings for HPUX 11 (PA-RISC)
|
||||
#
|
||||
# This file is processed by configure and the output written to
|
||||
# gen/make.platform which is included in src directory makefiles
|
||||
# before other common make files ie: make.[rules|defaults|shared.variables]
|
||||
#
|
||||
|
||||
# compile flags for GCC compiler
|
||||
# -fno-builtin is used beacuse GCC 3.0 to 3.2.2 has a bug with builtin expansion
|
||||
# Please remove if using other versions of GCC
|
||||
PROD_FLAGS= -pipe -fno-builtin -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 -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
|
||||
JRDBOOT_Extra_Files=isc_sync.cpp thd.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user