From 7bfc5d37f49fc702a680e34d87783ba4082717df Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sun, 16 Nov 2003 04:54:06 +0000 Subject: [PATCH] Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the users _and_ us some grief. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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