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. |
||
---|---|---|
.. | ||
Makefile.in | ||
_exit.c | ||
access.c | ||
aclocal.m4 | ||
chmod.c | ||
chown.c | ||
close.c | ||
configure | ||
configure.in | ||
creat.c | ||
crt0.S | ||
crt1.c | ||
execv.c | ||
execve.c | ||
fork.c | ||
fstat.c | ||
getpid.c | ||
gettime.c | ||
isatty.c | ||
kill.c | ||
lseek.c | ||
open.c | ||
pipe.c | ||
read.c | ||
sbrk.c | ||
sim.ld | ||
stat.c | ||
test.c | ||
time.c | ||
times.c | ||
trap.c | ||
trap.h | ||
unlink.c | ||
utime.c | ||
wait.c | ||
write.c |