mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
79d47bd097
aren't using gcc.
9 lines
119 B
C
9 lines
119 B
C
/* Solaris-2 host system */
|
|
|
|
#include "hosts/sysv4.h"
|
|
|
|
#ifndef __GNUC__
|
|
#include <alloca.h>
|
|
#endif
|
|
/* That's all... */
|