diff options
author | Brian Paul <[email protected]> | 2006-04-13 02:59:29 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-04-13 02:59:29 +0000 |
commit | cb32dcfa3390a8e379d134a9ca4e4717f45b0f7e (patch) | |
tree | f710f586e46ff7cd242929b99ff02c5f4fc52084 /configs/osf1-static | |
parent | fe14cf6951a8a925994dfe6a540784f2ed6ad3bf (diff) |
new configs, misc updates (Dan Schikore)
Diffstat (limited to 'configs/osf1-static')
-rw-r--r-- | configs/osf1-static | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/osf1-static b/configs/osf1-static new file mode 100644 index 00000000000..974718d400f --- /dev/null +++ b/configs/osf1-static @@ -0,0 +1,17 @@ +# Configuration for OSF/1 + +include $(TOP)/configs/default + +CONFIG_NAME = osf1 + +# Compiler and flags +CC = cc +CXX = cxx +CFLAGS = -O2 -std1 -ieee_with_no_inexact -DUSE_XSHM -DPTHREADS -D_REENTRANT +CXXFLAGS = -O2 -std ansi -ieee -DPTHREADS -D_REENTRANT +MKLIB_OPTIONS = -static + +GL_LIB_DEPS = +GLU_LIB_DEPS = +GLUT_LIB_DEPS = +APP_LIB_DEPS = -noso -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -so_archive -lX11 -lXext -lXmu -lXi -lpthread -lm -lcxx |