newlib-cygwin/libgloss/iq2000
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 2004-06-27 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp> 2004-06-28 22:42:21 +00:00
_exit.c iq2000 port. 2003-06-06 16:07:57 +00:00
access.c 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> 2012-03-09 20:28:57 +00:00
aclocal.m4 2006-04-19 Jeff Johnston <jjohnstn@redhat.com> 2006-04-19 19:44:05 +00:00
chmod.c iq2000 port. 2003-06-06 16:07:57 +00:00
chown.c iq2000 port. 2003-06-06 16:07:57 +00:00
close.c iq2000 port. 2003-06-06 16:07:57 +00:00
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
creat.c iq2000 port. 2003-06-06 16:07:57 +00:00
crt0.S * libc/sys/sysnecv850/crt0.S (___dso_handle): Define (weak). 2008-05-21 07:44:32 +00:00
crt1.c iq2000 port. 2003-06-06 16:07:57 +00:00
execv.c iq2000 port. 2003-06-06 16:07:57 +00:00
execve.c iq2000 port. 2003-06-06 16:07:57 +00:00
fork.c iq2000 port. 2003-06-06 16:07:57 +00:00
fstat.c iq2000 port. 2003-06-06 16:07:57 +00:00
getpid.c iq2000 port. 2003-06-06 16:07:57 +00:00
gettime.c iq2000 port. 2003-06-06 16:07:57 +00:00
isatty.c 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:38:31 +00:00
kill.c iq2000 port. 2003-06-06 16:07:57 +00:00
lseek.c iq2000 port. 2003-06-06 16:07:57 +00:00
open.c iq2000 port. 2003-06-06 16:07:57 +00:00
pipe.c iq2000 port. 2003-06-06 16:07:57 +00:00
read.c iq2000 port. 2003-06-06 16:07:57 +00:00
sbrk.c iq2000 port. 2003-06-06 16:07:57 +00:00
sim.ld * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo 2011-08-19 14:57:50 +00:00
stat.c iq2000 port. 2003-06-06 16:07:57 +00:00
test.c iq2000 port. 2003-06-06 16:07:57 +00:00
time.c iq2000 port. 2003-06-06 16:07:57 +00:00
times.c iq2000 port. 2003-06-06 16:07:57 +00:00
trap.c iq2000 port. 2003-06-06 16:07:57 +00:00
trap.h iq2000 port. 2003-06-06 16:07:57 +00:00
unlink.c iq2000 port. 2003-06-06 16:07:57 +00:00
utime.c iq2000 port. 2003-06-06 16:07:57 +00:00
wait.c iq2000 port. 2003-06-06 16:07:57 +00:00
write.c iq2000 port. 2003-06-06 16:07:57 +00:00