OS Specific Toolchain: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Solar (talk | contribs)
m /usr/cross -> /usr/local/cross for FHS compatibility
m →‎Makefile.am: Slightly reworded a step to make it clearer
Line 234: Line 234:
</pre>
</pre>


'''After this, you need to run 'autoreconf' in the newlib/libc/sys/myos directory.''' (This has to be done ''after'' running 'autoconf' in newlib/libc/sys)
'''After this, you need to run 'autoconf' in the newlib/libc/sys/ directory, and 'autoreconf' in the newlib/libc/sys/myos directory.'''


=== Signal handling ===
=== Signal handling ===