newlib-cygwin/libgloss/visium
Jeff Law c01f603df9 Fix builds on iq2000 and visium
visium and iq2000 have libgloss configure bits that reference
target_makefile_frag, but it's never set. This leads to failures during the
configure process and an empty libgloss/<target>/Makefile.  Naturally bad
things happen with an empty Makefile.

This patch initializes target_makefile_frag for both targets in their
configure.in files and updates the generated configure files.  This fixes the
build failures.  I've been using it in my tester for about a week and both
targets have flipped from consistently failing to consistently passing.

    * libgloss/visium/configure.in (target_makefile_frag): Define.
    * libgloss/visium/configure: Regenerated.
    * libgloss/iq2000/configure.in (target_makefile_frag): Define.
    * libgloss/iq2000/configure: Regenerated.
2021-07-06 10:46:09 -04:00
..
Makefile.in
_exit.c
aclocal.m4
configure Fix builds on iq2000 and visium 2021-07-06 10:46:09 -04:00
configure.in Fix builds on iq2000 and visium 2021-07-06 10:46:09 -04:00
crt0.S
gettod.c
io-gdb.c Fix regression in visium caused by sys/stat.h change 2019-08-20 18:15:41 +02:00
io-stubs.c
io.h Fix regression in visium caused by sys/stat.h change 2019-08-20 18:15:41 +02:00
sbrk.c
serial-inbyte.c
serial-outbyte.c
syscall.h
syscalls.c