From: Manuel Novoa III Date: Sun, 16 Nov 2003 04:54:06 +0000 (-0000) Subject: Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bfc5d37f49fc702a680e34d87783ba4082717df;p=buildroot.git Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the users _and_ us some grief. --- diff --git a/Makefile b/Makefile index a8f7531245..5a7d7aad75 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