Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the
users _and_ us some grief.
This commit is contained in:
2
Makefile
2
Makefile
@@ -66,7 +66,9 @@ BUILD_WITH_LARGEFILE:=true
|
|||||||
WGET:=wget --passive-ftp
|
WGET:=wget --passive-ftp
|
||||||
|
|
||||||
# Optimize toolchain for which type of CPU?
|
# Optimize toolchain for which type of CPU?
|
||||||
|
# WARNING!!! CURRENTLY BROKEN!!! LEAVE IT AS $(ARCH)!!!
|
||||||
OPTIMIZE_FOR_CPU=$(ARCH)
|
OPTIMIZE_FOR_CPU=$(ARCH)
|
||||||
|
# WARNING!!! CURRENTLY BROKEN!!! LEAVE IT AS $(ARCH)!!!
|
||||||
#OPTIMIZE_FOR_CPU=i486
|
#OPTIMIZE_FOR_CPU=i486
|
||||||
#OPTIMIZE_FOR_CPU=strongarm
|
#OPTIMIZE_FOR_CPU=strongarm
|
||||||
#OPTIMIZE_FOR_CPU=whatever
|
#OPTIMIZE_FOR_CPU=whatever
|
||||||
|
|||||||
Reference in New Issue
Block a user