OSDN Git Service

buildsys: add TODO reminder
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 20 Dec 2013 12:21:20 +0000 (13:21 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 20 Dec 2013 12:21:20 +0000 (13:21 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Rules.mak

index 03935f9..bab3fc5 100644 (file)
--- 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)