mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-25 00:09:54 +00: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
@ -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…
Reference in New Issue
Block a user