mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +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>
16 lines
330 B
Text
16 lines
330 B
Text
# Configuration for IRIX 6.x, make n32 DSOs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = irix6-n32
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = CC
|
|
CFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1521,1552 -DUSE_XSHM -DPTHREADS
|
|
CXXFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1552 -DPTHREADS
|
|
|
|
GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
|
|
|
|
LIB_DIR = lib32
|
|
|