4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 12:59:21 +08:00
Yuriy Kolerov 2c338fd7d8 arc: libgloss: Add build rules for new boards
Add build rules to support packages for development boards and
nSIM hostlink.

Makefile.in is generated this way:

    $ autoconf --version
    autoconf (GNU Autoconf) 2.69
    $ automake --version
    automake (GNU automake) 1.15.1
    $ cd libgloss
    $ autoreconf -i

Signed-off-by: Yuriy Kolerov <kolerov93@gmail.com>
2024-05-22 14:26:48 -04:00
..
2023-12-18 21:29:51 -07:00
2024-01-03 00:14:42 -05:00
2023-12-21 12:43:27 -07:00
2024-01-03 00:14:42 -05:00
2024-01-23 09:49:02 +01:00
2022-02-25 23:07:20 -05:00
2018-01-17 11:47:26 -06:00
2024-01-03 00:14:42 -05:00
2018-01-17 11:47:26 -06:00
2018-01-17 11:47:26 -06:00
2018-01-17 11:47:26 -06:00
2018-01-17 11:47:26 -06:00
2018-01-17 11:47:26 -06:00
2024-01-24 17:15:35 -05:00
2018-01-17 11:47:26 -06:00
2018-01-17 11:47:26 -06:00
2024-05-06 19:17:13 -04:00
2018-01-17 11:47:26 -06:00
2024-05-06 19:17:13 -04:00

Libgloss is a library for all the details that usually get glossed over.
This library refers to things like startup code, and usually I/O support
for GCC and the C library.

For more details, see the manual under doc/.