diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-15 09:43:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-15 09:43:19 +0100 |
commit | 22120d505749f6b174ce482d2b60980e14ce248b (patch) | |
tree | 3d5742a0f5808a95f8c1c244c767e94b76807036 | |
parent | dc7438a5fede7269e991b204bef7e5119a723224 (diff) |
remove unused lists
-rw-r--r-- | toolchain/glibc/arch.lst | 12 | ||||
-rw-r--r-- | toolchain/musl/arch.lst | 7 |
2 files changed, 0 insertions, 19 deletions
diff --git a/toolchain/glibc/arch.lst b/toolchain/glibc/arch.lst deleted file mode 100644 index e3887e4ee..000000000 --- a/toolchain/glibc/arch.lst +++ /dev/null @@ -1,12 +0,0 @@ -alpha -arm -microblaze -mips -mips64 -ppc -ppc64 -sh -sparc -sparc64 -x86 -x86_64 diff --git a/toolchain/musl/arch.lst b/toolchain/musl/arch.lst deleted file mode 100644 index e208a5937..000000000 --- a/toolchain/musl/arch.lst +++ /dev/null @@ -1,7 +0,0 @@ -arm -microblaze -mips -ppc -sh -x86 -x86_64 |