make/suncc.mk

Sun, 17 Sep 2023 12:08:04 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 17 Sep 2023 12:08:04 +0200
changeset 791
38796c7e32b6
parent 742
7e67689241fd
child 802
16e5b9d32754
permissions
-rw-r--r--

fix aes_write on windows could write non-decrypted bytes to output buffer

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64

mercurial