From: Richard S. <rm...@gn...> - 1999-12-15 18:20:46
|
The current system creates Gnu Assembler which is then assembled and linked with the library routines. A later version may output C code. How do you port it to new machines? Have you considered making this a front-end for GCC? Then it would automatically support all the machines that GCC supports, and you would have much less work to do. |