diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-31 16:47:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-31 16:47:57 +0100 |
commit | 50e7ffe10d0bca1ef5b2d27ebc518b456035a18d (patch) | |
tree | c25c7f2ab1a256d0f6a6781015c9febfb9631314 /target/sparc64 | |
parent | 23251c0c6ee9f7c0d3c4b20a5db9f51b4a0cc361 (diff) |
fix native builds
Diffstat (limited to 'target/sparc64')
-rw-r--r-- | target/sparc64/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sparc64/Config.in b/target/sparc64/Config.in index 9d114982c..7c22783e6 100644 --- a/target/sparc64/Config.in +++ b/target/sparc64/Config.in @@ -1,5 +1,5 @@ choice -depends on ADK_LINUX_SPARC64 || ADK_LINUX_NATIVE && ADK_CHOOSE_TARGET_ARCH +depends on ADK_LINUX_SPARC64 && ADK_CHOOSE_TARGET_ARCH prompt "Target system" config ADK_CHOOSE_TARGET_SYSTEM_SPARC64 |