summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III2003-11-16 05:54:06 +0100
committerManuel Novoa III2003-11-16 05:54:06 +0100
commit7bfc5d37f49fc702a680e34d87783ba4082717df (patch)
tree782a879353ed0dd3236b3af549393b316859686a /Makefile
parentFix a perl to sed conversion error (diff)
downloadbuildroot-7bfc5d37f49fc702a680e34d87783ba4082717df.tar.gz
buildroot-7bfc5d37f49fc702a680e34d87783ba4082717df.tar.xz
buildroot-7bfc5d37f49fc702a680e34d87783ba4082717df.zip
Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the
users _and_ us some grief.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8f753124..5a7d7aad7 100644
--- a/Makefile
+++ b/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