mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Merged from Lambert
This commit is contained in:
parent
6aadb5f512
commit
05c63ed421
25
build/platforms/osf1-gcc/Make-platform
Normal file
25
build/platforms/osf1-gcc/Make-platform
Normal file
@ -0,0 +1,25 @@
|
||||
#
|
||||
# LDAP OSF1 gcc Make-platform file
|
||||
#
|
||||
|
||||
#
|
||||
# add any platform-specific overrides below here
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# -------------------------------------------------------------------------
|
||||
# you will probably not need to edit anything below this point
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
CC = gcc
|
||||
|
||||
PLATFORMCFLAGS= -Dosf1
|
||||
PLATFORMLDFLAGS=
|
||||
|
||||
THREADS= -DTHREAD_DCE_PTHREADS
|
||||
THREADSLIB= -lpthreads
|
||||
|
||||
# the BSD-like install under OSF/1 is called installbsd
|
||||
INSTALL=installbsd
|
||||
|
Loading…
Reference in New Issue
Block a user