mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
added sunos5-v9-cc-g++ config
This commit is contained in:
parent
59b1233e70
commit
2c0b3d8c4b
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -1,5 +1,7 @@
|
|||
# Top-level Mesa makefile
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
TOP = .
|
||||
|
||||
SUBDIRS = src progs
|
||||
|
|
@ -151,6 +153,7 @@ sunos5-v8 \
|
|||
sunos5-v8-static \
|
||||
sunos5-v9 \
|
||||
sunos5-v9-static \
|
||||
sunos5-v9-cc-g++ \
|
||||
ultrix-gcc:
|
||||
@ if [ -e configs/current ] ; then \
|
||||
echo "Please run 'make realclean' before changing configs" ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue