make/suncc.mk

Wed, 05 Jun 2024 19:50:44 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 05 Jun 2024 19:50:44 +0200
changeset 537
ad44e72fbf50
parent 457
982e67c997e1
permissions
-rw-r--r--

add extra nullptr check in the event loop to handle the case when the finish ptr is set to NULL after it was already scheduled

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial