diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-16 04:54:06 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-16 04:54:06 +0000 |
commit | 7bfc5d37f49fc702a680e34d87783ba4082717df (patch) | |
tree | 782a879353ed0dd3236b3af549393b316859686a /Makefile | |
parent | 5343886e9e825afa831adcf81c2dfd7cfa66a1a3 (diff) |
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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |