summaryrefslogtreecommitdiff
path: root/automake
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 15:51:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 15:51:28 +0000
commit63b24d29144773701c7250ba0b795d0ad80ef0aa (patch)
treeda251d75b6c00a55738b54b86eaf62a14dfb4bf5 /automake
parent2b0714f361702853590ee2b0bfbae64300e8fd20 (diff)
Missed in earlier commits.
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
##