old-cross-binutils/bfd/hosts/solaris2.h
1994-01-05 19:35:44 +00:00

14 lines
204 B
C

/* Solaris-2 host system */
#include "hosts/sysv4.h"
#ifndef __GNUC__
#include <alloca.h>
#endif
#ifndef __GNUC__
/* get around a bug in the Sun C compiler */
#define const
#endif
/* That's all... */