diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-01-31 17:12:19 +0000 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-01-31 17:12:19 +0000 | 
| commit | f5dbba7ec33cc5508c83d2994114716012e2a65a (patch) | |
| tree | 944e5e90276eca228f3a30994214d83c05aabf0c | |
| parent | 111156affeab383f6b6f4a1c104bcd5c14999ef7 (diff) | |
add missing CXX, CXXFLAGS for osf1 (Bug 886628)
| -rw-r--r-- | Make-config | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Make-config b/Make-config index 55b08e865f..37eabd3013 100644 --- a/Make-config +++ b/Make-config @@ -857,7 +857,9 @@ osf1:  	"GLW_LIB = libGLw.so" \  	"OSMESA_LIB = libOSMesa.so" \  	"CC = cc" \ +	"CXX = cxx" \  	"CFLAGS = -O0 -std1 -ieee_with_no_inexact -DUSE_XSHM" \ +	"CXXFLAGS = -O2 -std ansi -ieee" \  	"GL_LIB_DEPS = -lX11 -lXext -lm -lpthread" \  	"GLU_LIB_DEPS = -L$(TOP)/lib -lGL -lm" \  	"GLUT_LIB_DEPS = -L$(TOP)/lib -lGLU -lGL -lX11 -lXmu -lXt -lXi -lm" \ | 
