X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=configs%2Fbluegene-osmesa;h=d22454fa2d98906e9166285330cc7c77c7738575;hb=a910c7d8202d42d2637aeeac3f3e9f2cd77ffc07;hp=8e5a54b8f8776955320dd05a8a19ff1f43ce0f42;hpb=002942913d2572be53e6c3c8efc355ab4318170a;p=mesa.git diff --git a/configs/bluegene-osmesa b/configs/bluegene-osmesa index 8e5a54b8f87..d22454fa2d9 100644 --- a/configs/bluegene-osmesa +++ b/configs/bluegene-osmesa @@ -13,8 +13,14 @@ CXX = /bgl/BlueLight/ppcfloor/blrts-gnu/bin/powerpc-bgl-blrts-gnu-g++ CFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE CXXFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURC +# Work around aliasing bugs - developers should comment this out +CFLAGS += -fno-strict-aliasing +CXXFLAGS += -fno-strict-aliasing + MKLIB_OPTIONS = -static +OSMESA_LIB_NAME = libOSMesa.a + # Directories SRC_DIRS = mesa glu DRIVER_DIRS = osmesa