summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile-cross')
-rw-r--r--GNUmakefile-cross3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile-cross b/GNUmakefile-cross
index cec4dfc1..bdb4ec71 100644
--- a/GNUmakefile-cross
+++ b/GNUmakefile-cross
@@ -159,7 +159,8 @@ IS_X32 := 0
IS_PPC32 := 0
IS_PPC64 := 0
-$(info Here's what we found... IS_X86: $(IS_X86), IS_X64: $(IS_X64), IS_ARM32: $(IS_ARM32), IS_ARMV8: $(IS_ARMV8))
+# Uncomment for debugging
+# $(info Here's what we found... IS_X86: $(IS_X86), IS_X64: $(IS_X64), IS_ARM32: $(IS_ARM32), IS_ARMV8: $(IS_ARMV8))
###########################################################
##### Test Program #####