From cc9a4c0e2d68447b4360f3b419b00d17fd6028f5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 5 Jul 1992 03:35:18 +0000 Subject: [PATCH] entered into RCS From-SVN: r1439 --- gcc/config/sparc/xm-sol2.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gcc/config/sparc/xm-sol2.h diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h new file mode 100644 index 00000000000..127392428bc --- /dev/null +++ b/gcc/config/sparc/xm-sol2.h @@ -0,0 +1,6 @@ +#include "xm-spcv4.h" + +/* If not compiled with GNU C, include the system's header. */ +#ifndef __GNUC__ +#include +#endif -- 2.30.2