test/make/suncc.mk

Sun, 03 Sep 2023 12:36:53 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 03 Sep 2023 12:36:53 +0200
changeset 36
9e386a530bdf
parent 0
38775db5fdf5
child 51
5c12e9e29733
permissions
-rw-r--r--

copy contents of toolchain.mk instead of including them - fixes #287

#
# suncc toolchain
#

CFLAGS = 
LDFLAGS = 

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial