fixes for bluegene-xlc-osmesa config

This commit is contained in:
Brian 2007-09-20 15:10:35 -06:00
parent f7713a6d81
commit 9eb89616af
2 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@ aix-gcc \
aix-static \
beos \
bluegene-osmesa \
bluegene-xlc-osmesa \
darwin \
darwin-static \
darwin-static-x86ppc \

View file

@ -237,7 +237,7 @@
#endif
#if !defined __GNUC__ || __GNUC__ < 3
#if (!defined __GNUC__ || __GNUC__ < 3) && !defined __IBMC__
# define __builtin_expect(x, y) x
#endif