|
|
CXX_VERSION := $(shell ${CXX} --version | grep GCC | awk '{ print $$3; }') | CXX_VERSION := $(shell ${CXX} --version | grep GCC | awk '{ print $$3; }') |
| |
ifeq ($(CXX_VERSION),) | ifeq ($(CXX_VERSION),) |
|
# Current g++-4.3 |
|
CXX_VERSION := $(shell ${CXX} --version | grep '^g++' | awk '{ print $$4; }') |
|
endif |
|
|
|
ifeq ($(CXX_VERSION),) |
# 2.95 report only version | # 2.95 report only version |
CXX_VERSION := $(shell ${CXX} --version) | CXX_VERSION := $(shell ${CXX} --version) |
endif | endif |
|
|
struct _exception; | struct _exception; |
#endif | #endif |
| |
#include _STLP_NATIVE_C_HEADER(limits.h) |
#if defined (_STLP_HAS_INCLUDE_NEXT) |
|
# include_next <limits.h> |
|
#else |
|
# include _STLP_NATIVE_C_HEADER(limits.h) |
|
#endif |
| |
#if (_STLP_OUTERMOST_HEADER_ID == 0x201) | #if (_STLP_OUTERMOST_HEADER_ID == 0x201) |
# if ! defined (_STLP_DONT_POP_HEADER_ID) | # if ! defined (_STLP_DONT_POP_HEADER_ID) |
|
|
| |
#define _STLP_COMPILER "gcc" | #define _STLP_COMPILER "gcc" |
| |
|
#define _STLP_HAS_INCLUDE_NEXT 1 |
|
|
/* Systems having GLIBC installed have different traits */ | /* Systems having GLIBC installed have different traits */ |
#if defined (__linux__) | #if defined (__linux__) |
# ifndef _STLP_USE_GLIBC | # ifndef _STLP_USE_GLIBC |