make/suncc.mk

Fri, 24 May 2024 19:43:53 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 24 May 2024 19:43:53 +0200
changeset 525
072d7794bcca
parent 457
982e67c997e1
permissions
-rw-r--r--

use SIGKILL instead of SIGTERM to cgi scripts in case of errors

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial