This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]