* sysdep.h: Define NEWSOS3_SYS, and use it.
[deliverable/binutils-gdb.git] / include / sysdep.h
index 3a2806a77a9a1e3b77617efc289204c79a3b4794..db042b298a3fc9a5a9f43573e53c521c5a87c5f0 100755 (executable)
@@ -54,6 +54,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define IRIX4_SYS 18           /* SGI Iris running cypress */
 #define HP300BSD_SYS 19
 #define        ULTRA3_SYS 20           /* NYU Ultracomputer */
+#define        NEWSOS3_SYS 21          /* Sony NewsOS 3.x (bsd-4.3 based) */
 
 #include <ansidecl.h>
 
@@ -102,6 +103,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/h-sun3.h>
 #endif
 
+#if HOST_SYS==NEWSOS3_SYS
+#define HOST_IS_SUN3 1 /* Lie - should be close enough */
+#include <sys/h-sun3.h> /* Probably good enough */
+#define MISSING_VFPRINTF
+#endif
+
 #if HOST_SYS==DEC3100_SYS
 #define HOST_IS_DEC3100 1
 #include <sys/h-dec3100.h>
This page took 0.022677 seconds and 4 git commands to generate.