mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 13:00:42 +02:00
mesa: Drop mmx optimizations on Haiku
* Prevents compatibility problems. As Haiku doesn't use rtasm anymore, it's kind of pointless.
This commit is contained in:
parent
b9227b3e15
commit
23595aa427
1 changed files with 1 additions and 2 deletions
|
|
@ -361,8 +361,7 @@ def generate(env):
|
|||
ccflags += [
|
||||
'-mstackrealign', # ensure stack is aligned
|
||||
'-march=i586', # Haiku target is Pentium
|
||||
'-mtune=i686', # use i686 where we can
|
||||
'-mmmx' # use mmx math where we can
|
||||
'-mtune=i686' # use i686 where we can
|
||||
]
|
||||
if env['machine'] == 'x86_64':
|
||||
ccflags += ['-m64']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue