make/suncc.mk

Tue, 01 Apr 2025 21:48:14 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 01 Apr 2025 21:48:14 +0200
changeset 857
03982275f29b
parent 802
16e5b9d32754
child 867
7247b0a586bd
permissions
-rw-r--r--

use newer openssl hashing functions to fix warnings

#
# suncc toolchain
#

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

DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial