diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 18:55:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 18:55:19 +0000 |
commit | 0641eddccd060a4ae333378927ffb3d9c34ddb98 (patch) | |
tree | 4a34bd4f0351f8b1cb676d91595b5b8e14b3c563 /dist/Mesa/configs/linux-dri-ppc | |
parent | d2ecd06125d3ab42e53ffdd86d7d3103a57e810b (diff) |
Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib
and xserver)...
Diffstat (limited to 'dist/Mesa/configs/linux-dri-ppc')
-rw-r--r-- | dist/Mesa/configs/linux-dri-ppc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/Mesa/configs/linux-dri-ppc b/dist/Mesa/configs/linux-dri-ppc new file mode 100644 index 000000000..fb8768806 --- /dev/null +++ b/dist/Mesa/configs/linux-dri-ppc @@ -0,0 +1,17 @@ +# -*-makefile-*- +# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others + +include $(TOP)/configs/linux-dri + +CONFIG_NAME = linux-dri-ppc + +OPT_FLAGS = -Os -mcpu=603 +PIC_FLAGS = -fPIC + +ASM_FLAGS = -DUSE_PPC_ASM -DUSE_VMX_ASM +ASM_SOURCES = $(PPC_SOURCES) + +# Build only the drivers for cards that exist on PowerPC. At some point MGA +# will be added, but not yet. +DRI_DIRS = mach64 r128 r200 r300 radeon tdfx + |