make/suncc.mk

Fri, 13 Sep 2024 18:21:04 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 13 Sep 2024 18:21:04 +0200
changeset 827
d9928f11970f
parent 802
16e5b9d32754
permissions
-rw-r--r--

fix load_config stores wrong xml doc pointer in the config object

#
# 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