diff options
author | Eric Anholt <[email protected]> | 2012-05-14 18:26:30 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-11 09:28:00 -0700 |
commit | 0cc216676c96efacb0e1eb82457e6a83920ae704 (patch) | |
tree | 4df097177b76e78e941a8040cd31c2041eb1858b /configs/freebsd | |
parent | d5c1801a018efda8ac2bab6e0a21f3c3acc4b334 (diff) |
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 <[email protected]>
Diffstat (limited to 'configs/freebsd')
-rw-r--r-- | configs/freebsd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/configs/freebsd b/configs/freebsd deleted file mode 100644 index 70b0e03e947..00000000000 --- a/configs/freebsd +++ /dev/null @@ -1,29 +0,0 @@ -# Configuration for FreeBSD - -include $(TOP)/configs/default - -CONFIG_NAME = FreeBSD - -# Compiler and flags -CC = cc -CXX = c++ -MAKE = gmake - -OPT_FLAGS = -O2 -PIC_FLAGS = -fPIC - -DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -DUSE_XSHM \ - -DHZ=100 - -X11_INCLUDES = -I/usr/local/include - -CFLAGS += $(WARN_FLAGS) $(OPT_FLAGS) $(PIC_FLAGS) $(DEFINES) $(X11_INCLUDES) -ffast-math -pedantic - -CXXFLAGS += $(WARN_FLAGS) $(OPT_FLAGS) $(PIC_FLAGS) $(DEFINES) $(X11_INCLUDES) - - -# Work around aliasing bugs - developers should comment this out -CFLAGS += -fno-strict-aliasing -CXXFLAGS += -fno-strict-aliasing - -EXTRA_LIB_PATH = -L/usr/local/lib |