mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Turn off MMX support, somehow the -fPIC thing may have broken it
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@930 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -30,7 +30,7 @@ PWD=$(shell pwd)
|
|||||||
######### Uncomment to enable MMXTM optimizations for x86 architecture CPU's
|
######### Uncomment to enable MMXTM optimizations for x86 architecture CPU's
|
||||||
######### which support MMX instructions. This should be newer pentiums,
|
######### which support MMX instructions. This should be newer pentiums,
|
||||||
######### ppro's, etc, as well as the AMD K6 and K7.
|
######### ppro's, etc, as well as the AMD K6 and K7.
|
||||||
K6OPT = -DK6OPT
|
#K6OPT = -DK6OPT
|
||||||
|
|
||||||
#Tell gcc to optimize the asterisk's code
|
#Tell gcc to optimize the asterisk's code
|
||||||
OPTIMIZE=-O6
|
OPTIMIZE=-O6
|
||||||
|
Reference in New Issue
Block a user