diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 17:41:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 17:41:55 +0100 |
commit | 78350f5d6bb5a04e856249c55985db94735f917e (patch) | |
tree | 201b9c93ac75e95637d4ec5ca733bbc92725ec09 /target | |
parent | 89f930d759b100559083d7fd7dd9a4ac06caab06 (diff) | |
parent | 2803ef3968040837af6196081e923d244b87f7c8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index bb6ffc6d8..3ebd98ccb 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -119,12 +119,10 @@ config ADK_n64 config ADK_TARGET_ABI string - default "o32" if ADK_o32 default "n32" if ADK_n32 default "n64" if ADK_n64 default "32" if ADK_32 default "x32" if ADK_x32 - default "64" if ADK_64 default "eabi" if ADK_EABI default "eabihf" if ADK_EABIHF @@ -738,7 +736,6 @@ config ADK_TARGET_SUFFIX default "musl" if ADK_TARGET_LIB_MUSL && !ADK_EABI default "n64" if ADK_n64 default "n32" if ADK_n32 - default "o32" if ADK_o32 default "32" if ADK_32 default "x32" if ADK_x32 default "gnu" |