From 29dbd52a6e5546fe557a18b8422bb811ebdcc1fd Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 5 Jun 2021 10:24:32 +0000 Subject: build system: ccenv: added ccenv_set_cc_linker_switch_vars(). --- sofort/ccenv/ccswitch.strs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sofort/ccenv/ccswitch.strs') diff --git a/sofort/ccenv/ccswitch.strs b/sofort/ccenv/ccswitch.strs index f27fe62..9c4f508 100644 --- a/sofort/ccenv/ccswitch.strs +++ b/sofort/ccenv/ccswitch.strs @@ -5,7 +5,8 @@ # ``CFLAGS_foo = -foo'' to the respective ccenv variable file # (that is, ccenv/host.mk or ccenv/native.mk). -# the make variable prefix is _CFLAGS_ or _NATIVE_CFLAGS_, +# the make variable prefix is _CFLAGS_ or _NATIVE_CFLAGS_ +# (_LDFLAGS_ or _NATIVE_LDFLAGS for -Wl, linker options), # to which the compiler-switch, minus leading dashes and # trailing equal-sign or comma, is appended; non-leading # dashes and non-trailing equal-signs and commas are then @@ -24,6 +25,7 @@ -std=c11 # linker switches +-Wl, -Wl,--no-undefined # errors and warnings -- cgit v1.2.3