fixes for bluegene-xlc-osmesa config
This commit is contained in:
@@ -67,6 +67,7 @@ aix-64-static \
|
||||
aix-gcc \
|
||||
aix-static \
|
||||
bluegene-osmesa \
|
||||
bluegene-xlc-osmesa \
|
||||
beos \
|
||||
darwin \
|
||||
darwin-static \
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined __GNUC__ || __GNUC__ < 3
|
||||
#if (!defined(__GNUC__) || __GNUC__ < 3) && !defined(__IBMC__)
|
||||
# define __builtin_expect(x, y) x
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user