Commit dcd9bbe9afd9735edbeba869e3a0ffb564e17fca
- Diff rendering mode:
- inline
- side by side
build/Makefiles/gmake/gcc.mak
(0 / 10)
|   | |||
| 113 | 113 | CFLAGS = $(PTHREAD) $(OPT) | |
| 114 | 114 | # CXXFLAGS = $(PTHREAD) -nostdinc++ -fexceptions -fident $(OPT) | |
| 115 | 115 | CXXFLAGS = $(PTHREAD) -fexceptions -fident $(OPT) | |
| 116 | # This is here due to bug in GNU make 3.79.1 from Solaris build: | ||
| 117 | stldbg-static: CPPFLAGS = -D_STLP_DEBUG ${CPPFLAGS} | ||
| 118 | stldbg-shared: CPPFLAGS = -D_STLP_DEBUG ${CPPFLAGS} | ||
| 119 | stldbg-static-dep: CPPFLAGS = -D_STLP_DEBUG ${CPPFLAGS} | ||
| 120 | stldbg-shared-dep: CPPFLAGS = -D_STLP_DEBUG ${CPPFLAGS} | ||
| 121 | 116 | endif | |
| 122 | 117 | ||
| 123 | 118 | ifeq ($(OSNAME),linux) | |
| … | … | ||
| 149 | 149 | DEFS += -D_REENTRANT | |
| 150 | 150 | endif | |
| 151 | 151 | CXXFLAGS = -fexceptions $(OPT) | |
| 152 | # This is here due to bug in GNU make 3.79 from MacOS build: | ||
| 153 | stldbg-static : CPPFLAGS = -D_STLP_DEBUG ${CPPFLAGS} | ||
| 154 | stldbg-shared : CPPFLAGS = -D_STLP_DEBUG ${CPPFLAGS} | ||
| 155 | stldbg-static-dep : CPPFLAGS = -D_STLP_DEBUG ${CPPFLAGS} | ||
| 156 | stldbg-shared-dep : CPPFLAGS = -D_STLP_DEBUG ${CPPFLAGS} | ||
| 157 | 152 | endif | |
| 158 | 153 | ||
| 159 | 154 | ifeq ($(OSNAME),hp-ux) |
etc/ChangeLog-5.1
(7 / 0)
|   | |||
| 1 | 2008-01-15 Petr Ovtchenkov <complement@users.sourceforge.net> | ||
| 2 | |||
| 3 | * stlport/stl/config/_hpux.h: define _POSIX_C_SOURCE 199506; | ||
| 4 | |||
| 5 | * build/Makefiles/gmake/gcc.mak: remove obsolete and wrong workaround | ||
| 6 | for Solaris and Darwin; suggested by KBac, patch #1869229. | ||
| 7 | |||
| 1 | 8 | 2008-01-13 Francois Dumont <dums@users.sourceforge.net> | |
| 2 | 9 | ||
| 3 | 10 | * src/fstream.cpp, stlport/stl/_fstream.c: Complete bug #1854345 |
stlport/stl/config/_hpux.h
(4 / 0)
|   | |||
| 9 | 9 | # define _STLP_NO_LONG_DOUBLE | |
| 10 | 10 | #endif | |
| 11 | 11 | ||
| 12 | #ifndef _POSIX_C_SOURCE | ||
| 13 | # define _POSIX_C_SOURCE 199506 | ||
| 14 | #endif | ||
| 15 | |||
| 12 | 16 | #endif /* __stl_config__hpux_h */ |

