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