- cc65 2.13. allows to define all necessary paths through the single env var CC65_HOME.
commit999b796ff825b42d12d2d59b79db2f4413ec3082
authoroliverschmidt <oliverschmidt>
Sun, 18 Oct 2009 11:34:38 +0000 (18 11:34 +0000)
committeroliverschmidt <oliverschmidt>
Sun, 18 Oct 2009 11:34:38 +0000 (18 11:34 +0000)
treee5c282bd5d29d0bc07e70c96850a6350e75efdf9
parent88a611d7eccf19fcb443e0a009e68ac5f4cc5419
- cc65 2.13. allows to define all necessary paths through the single env var CC65_HOME.
- cc65 2.13. allows to override the stacksize from the linker command line thus eliminating the need for linker configs maintained by Contiki.
- cc65 2.13. integrates the startup code with the library. In 2.12. the startup code pulled in main(). Now main() is supposed to pull in the startup code. But  if main() resides itself in a library (as with Contiki) then nothing is pulled in at all :-(. The workaround is to pull in main() explicitly through the new option -u (working like the same GCC option).
cpu/6502/Makefile.6502