summaryrefslogtreecommitdiffstats
path: root/automake/compile.am
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/compile.am
parent2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-63b24d29144773701c7250ba0b795d0ad80ef0aa.tar.bz2
Missed in earlier commits.
Diffstat (limited to '')
-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
##