Ticket #47 (closed enhancement: fixed)
Modification of A68k to compile PedroM =< 0.81
| Reported by: | Folco | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | toolchain-a68k | Version: | 0.96 |
| Keywords: | A68k PedroM | Cc: |
Description
PedroM =< 0.81 can't be compiled with the current version of A68k. PpHd? had given to me a modified binary of the soft which allows to do the stuff, but would it be possible to port that in the next version ? (Y still needed to compile PedroM 0.81 two days ago).
Change History
Note: See
TracTickets for help on using
tickets.

The patch I had applied for PedroM 0.81: --- A68kdef.h~ 2006-07-27 18:26:36.000000000 +0200 +++ A68kdef.h 2009-06-23 19:51:26.000000000 +0200 @@ -107,7 +107,7 @@
-#define MAXLINE 256 /* Longest source line +#define MAXLINE 65536 /* Longest source line
I don't remeber if it was needed for PedroM 0.80.