diff options
author | Alexey Neyman <stilor@att.net> | 2015-11-14 14:34:51 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-11-14 15:21:44 -0800 |
commit | 10c0f278e9573ee188bcdf3afc7fca8a9ff2e72f (patch) | |
tree | 9d29466e9451558ea60de1f52a5c64a0552e9992 | |
parent | 379331986d717fb90e50ccfd147db1c88443544b (diff) | |
download | crosstool-ng-10c0f278e9573ee188bcdf3afc7fca8a9ff2e72f.tar.gz crosstool-ng-10c0f278e9573ee188bcdf3afc7fca8a9ff2e72f.tar.bz2 crosstool-ng-10c0f278e9573ee188bcdf3afc7fca8a9ff2e72f.zip |
Switch to using EV67 in alphaev67-*.
It does not make much sense to have alphaev67 example use -mcpu=ev67,
does it?
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | samples/alphaev67-unknown-linux-gnu/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/alphaev67-unknown-linux-gnu/crosstool.config b/samples/alphaev67-unknown-linux-gnu/crosstool.config index 53b038aa..f6d51240 100644 --- a/samples/alphaev67-unknown-linux-gnu/crosstool.config +++ b/samples/alphaev67-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y -CT_ARCH_CPU="ev56" +CT_ARCH_CPU="ev67" CT_ARCH_ALPHA_EV67=y CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=y |