mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
fixes for bluegene-xlc-osmesa config
This commit is contained in:
parent
58484dc00a
commit
a5467fbdd9
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -67,6 +67,7 @@ aix-64-static \
|
||||||
aix-gcc \
|
aix-gcc \
|
||||||
aix-static \
|
aix-static \
|
||||||
bluegene-osmesa \
|
bluegene-osmesa \
|
||||||
|
bluegene-xlc-osmesa \
|
||||||
beos \
|
beos \
|
||||||
darwin \
|
darwin \
|
||||||
darwin-static \
|
darwin-static \
|
||||||
|
|
|
||||||
|
|
@ -237,7 +237,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if !defined __GNUC__ || __GNUC__ < 3
|
#if (!defined(__GNUC__) || __GNUC__ < 3) && !defined(__IBMC__)
|
||||||
# define __builtin_expect(x, y) x
|
# define __builtin_expect(x, y) x
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue