make/suncc.mk

Sun, 31 Aug 2025 14:32:55 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 31 Aug 2025 14:32:55 +0200
changeset 875
3b9ac2dd757d
parent 867
7247b0a586bd
permissions
-rw-r--r--

replace a linked list in the process_parts function with a low level array

#
# suncc toolchain
#

CFLAGS += -xc99 -m64
LDFLAGS += -m64 -Wl,-R,'$$ORIGIN/../lib'

DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial