old-cross-binutils/bfd/hosts/solaris2.h

15 lines
200 B
C
Raw Normal View History

/* 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... */