test/make/suncc.mk

Sun, 16 Jul 2023 13:10:50 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 16 Jul 2023 13:10:50 +0200
changeset 23
79ca64922cfa
parent 0
38775db5fdf5
child 51
5c12e9e29733
permissions
-rw-r--r--

add missing double-quotes and use lower-case local variable names - fixes #271

#
# suncc toolchain
#

CFLAGS = 
LDFLAGS = 

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial