This is the mail archive of the gcc-patches@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]

[patch, libgo] define TIOCNOTTY and TIOCSCTTY constants for sparc-linux-gnu


on sparc-linux, the TIOCNOTTY and TIOCSCTTY constants are defined as

#define TIOCNOTTY _IO('t', 113)

which cannot be parsed by mksysinfo.sh. Just define these as TIOCGWINSZ is defined. This lets the libgo build succeed, but I see the same failures as reported in PR52084 for powerpc-linux-gnu.

Matthias


Attachment: libgo.diff
Description: Text document


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