mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user