summaryrefslogtreecommitdiffstats
path: root/config/eu.am
diff options
context:
space:
mode:
Diffstat (limited to 'config/eu.am')
-rw-r--r--config/eu.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/eu.am b/config/eu.am
index bc8c7678..e692341e 100644
--- a/config/eu.am
+++ b/config/eu.am
@@ -107,7 +107,11 @@ textrel_found = $(textrel_msg); exit 1
else
textrel_found = $(textrel_msg)
endif
+if NATIVE_ELF
textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
+else
+textrel_check =
+endif
print-%:
@echo $*=$($*)