Ce-gcc changed the binary names in the 0.55 release. The wince reference was removed from the binary names. Rename here as well.
Signed-off-by: Stefan Schmidt <[email protected]> Index: Makefile =================================================================== RCS file: /cvs/haret/Makefile,v retrieving revision 1.91 diff -u -r1.91 Makefile --- Makefile 18 Jan 2009 03:00:29 -0000 1.91 +++ Makefile 13 Jun 2009 02:10:30 -0000 @@ -41,13 +41,13 @@ BASE ?= /opt/mingw32ce export BASE -RC = $(BASE)/bin/arm-wince-mingw32ce-windres +RC = $(BASE)/bin/arm-mingw32ce-windres RCFLAGS = -r -l 0x409 -Iinclude -CXX = $(BASE)/bin/arm-wince-mingw32ce-g++ -STRIP = $(BASE)/bin/arm-wince-mingw32ce-strip +CXX = $(BASE)/bin/arm-mingw32ce-g++ +STRIP = $(BASE)/bin/arm-mingw32ce-strip -DLLTOOL = $(BASE)/bin/arm-wince-mingw32ce-dlltool +DLLTOOL = $(BASE)/bin/arm-mingw32ce-dlltool DLLTOOLFLAGS = define compile Index: tools/checkrelocs =================================================================== RCS file: /cvs/haret/tools/checkrelocs,v retrieving revision 1.3 diff -u -r1.3 checkrelocs --- tools/checkrelocs 8 Apr 2007 01:04:37 -0000 1.3 +++ tools/checkrelocs 13 Jun 2009 02:10:30 -0000 @@ -8,8 +8,8 @@ # not reliably access other parts of the haret system. (Having an # external relocation will result in a mysterious runtime error.) -LD=$BASE/bin/arm-wince-mingw32ce-ld -OBJDUMP=$BASE/bin/arm-wince-mingw32ce-objdump +LD=$BASE/bin/arm-mingw32ce-ld +OBJDUMP=$BASE/bin/arm-mingw32ce-objdump TMP=tmp_link.o IGNORE=" ARM_26D | ARM_32[ ]*\.text\+" -- _______________________________________________ Haret mailing list [email protected] https://handhelds.org/mailman/listinfo/haret
