summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index a36a79d7e..dd62469ab 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -46,7 +46,8 @@ AWK = awk
STRIP_FLAGS ?= -x -R .note -R .comment
-UNIFDEF := $(top_builddir)extra/scripts/unifdef -UUCLIBC_INTERNAL
+## unused? if yes, remove after 0.9.31
+## UNIFDEF := $(top_builddir)extra/scripts/unifdef -UUCLIBC_INTERNAL
# Select the compiler needed to build binaries for your development system
HOSTCC = gcc