diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-11-02 14:58:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-11-02 14:58:25 +0000 |
commit | 78cfb72064e6a0b3b5e88a56f985e42f1c31ea52 (patch) | |
tree | b54961590a1113ba7ea90a2950a7eb9ee598b863 /dist/Mesa/configs/darwin-static-x86ppc | |
parent | 06c59f238a103cd89fe3be7ac2ff5e6f5144a2ec (diff) |
Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others.
Diffstat (limited to 'dist/Mesa/configs/darwin-static-x86ppc')
-rw-r--r-- | dist/Mesa/configs/darwin-static-x86ppc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dist/Mesa/configs/darwin-static-x86ppc b/dist/Mesa/configs/darwin-static-x86ppc deleted file mode 100644 index 7e97474df..000000000 --- a/dist/Mesa/configs/darwin-static-x86ppc +++ /dev/null @@ -1,30 +0,0 @@ -# Configuration for Darwin / MacOS X, making static libs - -include $(TOP)/configs/darwin - -CONFIG_NAME = darwin-static - -# Compiler and flags -CFLAGS = -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk \ - -I/usr/X11R6/include -O3 -fno-common -ffast-math -funroll-loops -fexpensive-optimizations -no-cpp-precomp -dynamic -Ddarwin -CXXFLAGS = -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk \ - -I/usr/X11R6/include -O3 -fno-common -ffast-math -funroll-loops -fexpensive-optimizations -no-cpp-precomp -dynamic -Ddarwin -MKLIB_OPTIONS = -static -archopt "-isysroot /Developer/SDKs/MacOSX10.4u.sdk" - -# Work around aliasing bugs - developers should comment this out -CFLAGS += -fno-strict-aliasing -CXXFLAGS += -fno-strict-aliasing - -# Library names (actual file names) -GL_LIB_NAME = libGL.a -GLU_LIB_NAME = libGLU.a -GLUT_LIB_NAME = libglut.a -GLW_LIB_NAME = libGLw.a -OSMESA_LIB_NAME = libOSMesa.a - -GL_LIB_DEPS = -OSMESA_LIB_DEPS = -GLU_LIB_DEPS = -GLUT_LIB_DEPS = -GLW_LIB_DEPS = -APP_LIB_DEPS = -Wl,-search_paths_first -L$(TOP)/lib -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lstdc++ -lgcc_s.1 -lm |