diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 23:50:45 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-11 21:10:35 +0200 |
commit | 04ba0089a672863e333a2de6b19d9b77fd0b26c1 (patch) | |
tree | efa1683cacdda6ad37f61b4acf2275f734e38dff /toolchain | |
parent | 423399ba56d520410a8d3a0525c26ddd9fba11d4 (diff) |
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>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 91aa17af6..57d84a3e7 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -30,8 +30,5 @@ BR2_SYSROOT=# nothing BR2_ISYSROOT=#nothing endif -# FIXME -- this is temporary -OPTIMIZE_FOR_CPU=$(ARCH) - # gcc has a bunch of needed stuff.... include toolchain/gcc/Makefile.in |