You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415 |
- # 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
|