make/gcc.mk

Sun, 25 Sep 2022 15:23:08 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 25 Sep 2022 15:23:08 +0200
changeset 394
4d2a1df73e18
parent 204
e870a7c8f223
child 457
982e67c997e1
permissions
-rw-r--r--

"write" permission includes "add_file" now

#
# gcc toolchain config
#

CFLAGS = -std=gnu99 -g
LDFLAGS = -rdynamic -Wl,-R,'$$ORIGIN/../lib'

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial