summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-12-20 13:21:20 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-12-20 13:21:20 +0100
commitb45cffc3ca9a2be98b00ce58744021af0e24c479 (patch)
tree6da3e1293775a38fc002c325020e9b0a034d8e9f /Rules.mak
parent2a021ae81c36f4281883a3195f7ce81504edf978 (diff)
buildsys: add TODO reminder
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index 03935f90f..bab3fc5b5 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -200,6 +200,7 @@ check_gcc=$(shell \
check_as=$(shell \
if $(CC) -Wa,$(1) -Wa,-Z -c -o /dev/null -xassembler /dev/null > /dev/null 2>&1; \
then echo "-Wa,$(1)"; fi)
+# FIXME: filter -fuse-ld=% and pass that, too!!
check_ld=$(shell \
if $(CC) -Wl,$(1) $(CFLAG_-nostdlib) -o /dev/null -Wl,-b,binary /dev/null > /dev/null 2>&1; \
then echo "$(1)"; fi)