## -*-makefile-*- ## Copyright (C) 2016and later: Unicode, Inc. and others. ## License & terms of use: http://www.unicode.org/copyright.html ## HPUX/gcc specific setup ## Copyright (c) 1999-2012, International Business Machines Corporation and ## others. All Rights Reserved.
## Flags for position independent code
SHAREDLIBCFLAGS = -fPIC
SHAREDLIBCXXFLAGS = -fPIC
SHAREDLIBCPPFLAGS = -DPIC
## Common 'default' path to ensure the sanity of users. Search the current ## directory, at least.
LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/
# Need to override this or we will get unworking assembly #GENCCODE_ASSEMBLY=-a gcc
GENCCODE_ASSEMBLY=
# Get some handy functions defined properly
DEFS += -D_HPUX_SOURCE -D_POSIX_C_SOURCE=199506L
## Commands to link ##For aCC, use the C++ linker so that __shlinit gets defined
LINK.c= $(CXX) $(DEFS) $(LDFLAGS) -Wl,+s $(LD_DEFAULTPATH)
LINK.cc= $(CXX) $(DEFS) $(LDFLAGS) -Wl,+s $(LD_DEFAULTPATH)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.