From 0cc216676c96efacb0e1eb82457e6a83920ae704 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 May 2012 18:26:30 -0700 Subject: automake: Remove the old static configs system. With the incremental automake conversion, we'd broken those that included glx or egl. Reviewed-by: Kenneth Graunke --- configs/linux-alpha | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 configs/linux-alpha (limited to 'configs/linux-alpha') diff --git a/configs/linux-alpha b/configs/linux-alpha deleted file mode 100644 index f80c972bb18..00000000000 --- a/configs/linux-alpha +++ /dev/null @@ -1,19 +0,0 @@ -# Configuration for Linux on Alpha - -include $(TOP)/configs/default - -CONFIG_NAME = linux-alpha - -# Compiler and flags -CC = gcc -CXX = g++ -CFLAGS = -O3 -mcpu=ev5 -ansi -mieee -pedantic -fPIC -D_XOPEN_SOURCE -DUSE_XSHM -CXXFLAGS = -O3 -mcpu=ev5 -ansi -mieee -pedantic -fPIC -D_XOPEN_SOURCE - -# Work around aliasing bugs - developers should comment this out -CFLAGS += -fno-strict-aliasing -CXXFLAGS += -fno-strict-aliasing - -GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -L/usr/X11R6/lib -lXt -lX11 - -- cgit v1.2.3