source: rtems/tools/cpu/sh/TODO @ 5f5f681

4.104.115
Last change on this file since 5f5f681 was fa21a843, checked in by Joel Sherrill <joel.sherrill@…>, on 07/17/98 at 15:17:29

New files from Ralf Corsepius <corsepiu@…>. His comments:

  • c/src/exec/score/tools/sh - NEW DIRECTORY - contains shgen Most of it should be self-explanatory. I am a little bit concerned about host-dependent features (getopt, floating point libraries). This shouldn't disturb much now, as this tool should be compileable on all gnu-based hosts and is only applicable for the sh. But in case somebody complains, we may need to add autoconf checks or even restructurize parts of rtems (IMO, rtems needs to be restructurized - remember the "turning rtems upside down" issue).
  • Property mode set to 100644
File size: 667 bytes
RevLine 
[fa21a843]1* Add support for more drivers to shgen !!!!
2
3* shgen relies on having a gnu-compatible getopt, which should be
4  available on all hosts using gcc/egcs/binutils.
5  Using other getopt-variants may produce faulty results or shgen may also
6  refuse to compile. Probably the easiest solution to this problem would be
7  to integrate libiberty into rtems.
8
9* shgen uses floating point mathematics. Therefore Makefile.in contains a
10  reference to libm. In case the host doesn't have its floating point
11  support in libm, shgen will fail to compile. If we should ever meet such
12  a host, checks for floating point libraries have to be added to rtems'
13  autoconf support.
Note: See TracBrowser for help on using the repository browser.