summaryrefslogtreecommitdiffstats
path: root/configs/linux-x86-static
diff options
context:
space:
mode:
Diffstat (limited to 'configs/linux-x86-static')
-rw-r--r--configs/linux-x86-static21
1 files changed, 0 insertions, 21 deletions
diff --git a/configs/linux-x86-static b/configs/linux-x86-static
deleted file mode 100644
index 255a5dd5e8..0000000000
--- a/configs/linux-x86-static
+++ /dev/null
@@ -1,21 +0,0 @@
-# Configuration for Linux with x86 optimizations, static libs
-
-include $(TOP)/configs/linux-x86
-
-CONFIG_NAME = linux-x86-static
-
-MKLIB_OPTIONS = -static
-PIC_FLAGS =
-
-# Library names (actual file names)
-GL_LIB_NAME = libGL.a
-GLU_LIB_NAME = libGLU.a
-GLW_LIB_NAME = libGLw.a
-OSMESA_LIB_NAME = libOSMesa.a
-
-# Library/program dependencies (static libs don't have dependencies)
-GL_LIB_DEPS =
-OSMESA_LIB_DEPS =
-GLU_LIB_DEPS =
-GLW_LIB_DEPS =
-