summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 0a7a5a7422..938722f277 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -298,6 +298,10 @@ STRIP = $(STRIP_FOR_TARGET)
else
CC = @CC@ $(GCCSPECS)
CXX = @CXX@ $(GCCSPECS)
+OBJCOPY = @OBJCOPY@
+NM = @NM@
+SIZE = @SIZE@
+STRIP = @STRIP@
endif
##