Support for new Solaris/OpenIndiana versions

This commit is contained in:
Ulrich Wilkens
2015-05-09 00:14:52 +02:00
committed by Jon Trulson
parent 0306c7c6f2
commit 2b8b5f25b5
14 changed files with 21 additions and 616 deletions

View File

@@ -122,7 +122,6 @@ M4 = /bin/m4
CXXOPTIONS = \
-DSP_VOLATILE= -DSP_CONST= \
-DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_ANSI_CLASS_INST
EXTRA_INCLUDES = -I/opt/SUNWspro/SC2.0.1/include/CC
/*
* Flags passed into compile step when doing manual template instantiation.

View File

@@ -28,7 +28,7 @@
#include <stdlib.h>
#include "macros.h"
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(sun)
void exit(int) __attribute__((noreturn));
#endif