Index: Makefile
===================================================================
--- Makefile (revision 410)
+++ Makefile (revision 411)
@@ -18,7 +18,15 @@
BUILD_TARGETS = $(bin_target) $(info_target)
+#
+# The user may reject the sysroot usage. For this the user have to declare
+# the USE_TARGET_DEST_DIR_SYSROOT variable with value 'no':
+#
+# USE_TARGET_DEST_DIR_SYSROOT = no
+#
+USE_TARGET_DEST_DIR_SYSROOT = no
+
include ../../../build-system/core.mk