Missed in earlier commits.

This commit is contained in:
Joel Sherrill
2000-10-27 15:51:28 +00:00
parent 2b0714f361
commit 63b24d2914
2 changed files with 125 additions and 0 deletions

View File

@@ -298,6 +298,10 @@ STRIP = $(STRIP_FOR_TARGET)
else
CC = @CC@ $(GCCSPECS)
CXX = @CXX@ $(GCCSPECS)
OBJCOPY = @OBJCOPY@
NM = @NM@
SIZE = @SIZE@
STRIP = @STRIP@
endif
##