~gma500/+junk/gma500-maverick

« back to all changes in this revision

Viewing changes to xpsb-glx/mesa/configs/current

  • Committer: Luca Forina
  • Date: 2011-02-14 09:55:00 UTC
  • Revision ID: luca.forina@gmail.com-20110214095500-kq7o333fbjuoquqs
new commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*-makefile-*-
 
2
# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
 
3
 
 
4
include $(TOP)/configs/linux-dri
 
5
 
 
6
CONFIG_NAME = linux-dri-x86
 
7
 
 
8
# Add -m32 to CFLAGS:
 
9
ARCH_FLAGS = -m32
 
10
 
 
11
ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
 
12
ASM_SOURCES = $(X86_SOURCES)
 
13
ASM_API = $(X86_API)
 
14