diff options
author | Matt Turner <mattst88@gmail.com> | 2012-01-20 16:01:38 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-01-21 22:43:54 -0500 |
commit | d387899388bd7090bda50593e35f8ed3cb730c47 (patch) | |
tree | c8f5b6babbaf8ba242d96c92a7c1bd966fd2dd67 /configs | |
parent | 309ba0cfa2bbd79307ea73f3fefe77de8bf94c35 (diff) |
Remove src/mesa/ppc
It didn't actually do anything except modify the GL_RENDERER string.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri-ppc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/linux-dri-ppc b/configs/linux-dri-ppc index 386d6a75e62..fdf3c5c7a33 100644 --- a/configs/linux-dri-ppc +++ b/configs/linux-dri-ppc @@ -7,6 +7,3 @@ CONFIG_NAME = linux-dri-ppc OPT_FLAGS = -Os -mcpu=603 PIC_FLAGS = -fPIC - -ASM_FLAGS = -DUSE_PPC_ASM -DUSE_VMX_ASM -MESA_ASM_SOURCES = $(PPC_SOURCES) |