diff options
author | Florian Larysch <fl@n621.de> | 2016-11-03 13:46:23 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-10-24 13:24:04 +0200 |
commit | 7ea6261b4344bde08be0e72ab018f772e8d25da2 (patch) | |
tree | f4bcf2e57eaaf617f00414a963884fbf9a744a9f | |
parent | 56ed89f0787b9c366e24e360c542bbeebe6e2423 (diff) | |
download | upstream-7ea6261b4344bde08be0e72ab018f772e8d25da2.tar.gz upstream-7ea6261b4344bde08be0e72ab018f772e8d25da2.tar.bz2 upstream-7ea6261b4344bde08be0e72ab018f772e8d25da2.zip |
config: set ARCH if powerpc64 is selected in the configuration
Signed-off-by: Florian Larysch <fl@n621.de>
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index cb876c6af2..3aef76890d 100644 --- a/target/Config.in +++ b/target/Config.in @@ -199,6 +199,7 @@ config ARCH default "mips64" if mips64 default "mips64el" if mips64el default "powerpc" if powerpc + default "powerpc64" if powerpc64 default "sh3" if sh3 default "sh3eb" if sh3eb default "sh4" if sh4 |