mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 14:03:56 +08:00
cb342983ca
* configure.in (*-*-irix6*): New host; use sysdep-6irix.h.
13 lines
228 B
C
13 lines
228 B
C
/* System-dependent stuff, for SGI Irix 6. */
|
|
|
|
#ifdef __GNUC__
|
|
#define alloca __builtin_alloca
|
|
#else
|
|
#include <alloca.h>
|
|
#endif
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/stream.h>
|
|
#include <sys/dir.h>
|
|
typedef struct direct dirent;
|