make/suncc.mk

Thu, 19 Feb 2026 17:05:46 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 19 Feb 2026 17:05:46 +0100
changeset 686
9adf57ddcd0f
parent 457
982e67c997e1
permissions
-rw-r--r--

fix header iteration in client_read_response_header and add more tests

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial