Unused since removal of demos from the repository? Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
# Configuration for NetBSD
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = netbsd
|
|
|
|
# Compiler and flags
|
|
CC = gcc
|
|
CXX = g++
|
|
CFLAGS = -O2 -fPIC -DUSE_XSHM -I/usr/X11R6/include -DHZ=100
|
|
CXXFLAGS = -O2 -fPIC
|
|
|
|
# Work around aliasing bugs - developers should comment this out
|
|
CFLAGS += -fno-strict-aliasing
|
|
CXXFLAGS += -fno-strict-aliasing
|