Add -fno-strict-aliasing workaround for Linux GCC targets
[mesa.git] / configs / linux-osmesa16-static
1 # Configuration for 16 bits/channel OSMesa library on Linux
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = linux-osmesa16-static
6
7 # Compiler and flags
8 CC = gcc
9 CXX = g++
10 CFLAGS = -O3 -ansi -pedantic -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -DCHAN_BITS=16 -DDEFAULT_SOFTWARE_DEPTH_BITS=31
11 CXXFLAGS = -O3 -ansi -pedantic -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
12 MKLIB_OPTIONS = -static
13
14 # Work around aliasing bugs - developers should comment this out
15 CFLAGS += -fno-strict-aliasing
16 CXXFLAGS += -fno-strict-aliasing
17
18 # Library names
19 OSMESA_LIB = OSMesa16
20 OSMESA_LIB_NAME = libOSMesa16.a
21
22
23 # Directories
24 SRC_DIRS = mesa glu
25 DRIVER_DIRS = osmesa
26 PROGRAM_DIRS =
27
28
29 # Dependencies
30 OSMESA_LIB_DEPS = -lm -lpthread
31 APP_LIB_DEPS = -lOSMesa16