make/suncc.mk

Sun, 02 Jun 2024 14:28:17 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 02 Jun 2024 14:28:17 +0200
changeset 531
9b15b1f72bef
parent 457
982e67c997e1
permissions
-rw-r--r--

change nsapi_function_return behavior: move saf return to the end of the event cycle

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial