Advertisement
Guest User

stefan

a guest
Jun 11th, 2009
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. ? out
  2. Index: Makefile
  3. ===================================================================
  4. RCS file: /cvs/haret/Makefile,v
  5. retrieving revision 1.91
  6. diff -u -r1.91 Makefile
  7. --- Makefile 18 Jan 2009 03:00:29 -0000 1.91
  8. +++ Makefile 11 Jun 2009 23:36:22 -0000
  9. @@ -41,13 +41,13 @@
  10. BASE ?= /opt/mingw32ce
  11. export BASE
  12.  
  13. -RC = $(BASE)/bin/arm-wince-mingw32ce-windres
  14. +RC = $(BASE)/bin/arm-mingw32ce-windres
  15. RCFLAGS = -r -l 0x409 -Iinclude
  16.  
  17. -CXX = $(BASE)/bin/arm-wince-mingw32ce-g++
  18. -STRIP = $(BASE)/bin/arm-wince-mingw32ce-strip
  19. +CXX = $(BASE)/bin/arm-mingw32ce-g++
  20. +STRIP = $(BASE)/bin/arm-mingw32ce-strip
  21.  
  22. -DLLTOOL = $(BASE)/bin/arm-wince-mingw32ce-dlltool
  23. +DLLTOOL = $(BASE)/bin/arm-mingw32ce-dlltool
  24. DLLTOOLFLAGS =
  25.  
  26. define compile
  27. Index: tools/checkrelocs
  28. ===================================================================
  29. RCS file: /cvs/haret/tools/checkrelocs,v
  30. retrieving revision 1.3
  31. diff -u -r1.3 checkrelocs
  32. --- tools/checkrelocs 8 Apr 2007 01:04:37 -0000 1.3
  33. +++ tools/checkrelocs 11 Jun 2009 23:36:22 -0000
  34. @@ -8,8 +8,8 @@
  35. # not reliably access other parts of the haret system. (Having an
  36. # external relocation will result in a mysterious runtime error.)
  37.  
  38. -LD=$BASE/bin/arm-wince-mingw32ce-ld
  39. -OBJDUMP=$BASE/bin/arm-wince-mingw32ce-objdump
  40. +LD=$BASE/bin/arm-mingw32ce-ld
  41. +OBJDUMP=$BASE/bin/arm-mingw32ce-objdump
  42. TMP=tmp_link.o
  43. IGNORE=" ARM_26D | ARM_32[ ]*\.text\+"
  44.  
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement