Get rid of the OPTIMIZE_FOR_CPU variable
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Apr 2010 21:50:45 +0000 (23:50 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 11 Apr 2010 19:10:35 +0000 (21:10 +0200)
commit04ba0089a672863e333a2de6b19d9b77fd0b26c1
treeefa1683cacdda6ad37f61b4acf2275f734e38dff
parent423399ba56d520410a8d3a0525c26ddd9fba11d4
Get rid of the OPTIMIZE_FOR_CPU variable

This variable, together with the FIXME comment, has been added has
part of Eric Andersen's « Major buildroot facelift, step one » commit
that occured in October 2004.

Since then, no real usage has been made of OPTIMIZE_FOR_CPU, and the
initial intention has probably been lost in the memories of the
implementors.

Therefore, get rid of the variable, and just use $(ARCH) at the two
locations the variable was used.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in
toolchain/Makefile.in