mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
Unused since removal of demos from the repository? Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
14 lines
330 B
Text
14 lines
330 B
Text
# Configuration for SunOS 5
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = sunos5-v8-static
|
|
|
|
MKLIB_OPTIONS = -static
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = CC
|
|
CFLAGS = -xarch=v8 -KPIC -O -I/usr/openwin/include -I/usr/dt/include -DUSE_XSHM -DPTHREADS
|
|
CXXFLAGS = -xarch=v8 -KPIC -O -I/usr/openwin/include -I/usr/dt/include -DPTHREADS
|
|
|