test/make/clang.mk

Sat, 24 Oct 2020 17:36:00 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 24 Oct 2020 17:36:00 +0200
changeset 15
971ac4f0f1df
parent 0
38775db5fdf5
child 51
5c12e9e29733
permissions
-rw-r--r--

fix toolchain detection in case gcc is not available

#
# clang toolchain config
#

CFLAGS = 
LDFLAGS = 

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial