make/suncc.mk

Wed, 25 Jun 2025 20:45:21 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 25 Jun 2025 20:45:21 +0200
changeset 611
b446daba6839
parent 457
982e67c997e1
permissions
-rw-r--r--

change error handling in case webdav_xattr_parse_data fails: set response to 500 instead of failig the entire multistatus response

#
# suncc toolchain
#

CFLAGS += -xc99 -g -m64
LDFLAGS += -m64 

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial