=================================================================== RCS file: /cvs/djgpp/djgpp/src/makefile.def,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/src/makefile.def 1999/12/12 14:50:52 1.2 +++ /cvs/djgpp/djgpp/src/makefile.def 1999/12/14 11:34:30 1.3 @@ -27,6 +27,7 @@ ifeq ($(CROSS_BUILD),0) CROSS_GCC = gcc CROSS_AR = ar CROSS_LD = ld +CROSS_STRIP = strip CROSS_BISON = bison # For building native programs (hostbin/*); assumes GNU versions