This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
sparc-rtems defines unix and ada/sysdep.c
- From: Joel Sherrill <joel dot sherrill at OARcorp dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 10 Mar 2004 07:16:18 -0600
- Subject: sparc-rtems defines unix and ada/sysdep.c
Hi,
In trying to get gcc 3.4 to build Ada for *-rtems, I have noticed that
sysdep.c seems
to now be dependent on termios.h for sparc-rtems. In tracking this
down, it seems
as though unix is a predefine for sparc-rtems. This causes gnat to
think that we
should have termios installed when the run-time is built.
So I am left with two issues:
+ why is sparc-rtems defining unix? Can we safely turn it off? How?
+ does gnat lose functionality if termios is not available at run-time
build time.
--joel sherrill