~ubuntu-branches/ubuntu/quantal/mesa-demos/quantal

« back to all changes in this revision

Viewing changes to configs/linux-x86

  • Committer: Bazaar Package Importer
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2011-02-01 16:09:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110201160950-918jc2taol40dbk6
Tags: 8.0.1+git20110129+d8f7d6b-0ubuntu1
* New release based on current git tree
* Added package mesa-utils-extra containing the EGL/GLES2 demos

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Configuration for Linux with x86 optimizations
2
 
 
3
 
include $(TOP)/configs/linux
4
 
 
5
 
CONFIG_NAME = linux-x86
6
 
 
7
 
ARCH_FLAGS = -m32 -mmmx -msse -msse2
8
 
 
9
 
ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
10
 
MESA_ASM_SOURCES = $(X86_SOURCES)
11
 
GLAPI_ASM_SOURCES = $(X86_API)