diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-10-08 16:53:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-19 14:16:42 -0400 |
commit | 0810a5a925d51b5d44b429c52070b5d51e357887 (patch) | |
tree | 1a62db6fdd9ece041b183d0e5331c01cf372ff0c | |
parent | 876ddb558db72d6729603a8e1f8ef35750638260 (diff) | |
download | u-boot-0810a5a925d51b5d44b429c52070b5d51e357887.tar.gz u-boot-0810a5a925d51b5d44b429c52070b5d51e357887.tar.xz u-boot-0810a5a925d51b5d44b429c52070b5d51e357887.zip |
travis: Remove or32 toolchain info
or32 is not supported by U-Boot anymore.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f78749afb5..e4c7d6f6ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,6 @@ before_script: - if [[ "${TOOLCHAIN}" == *m68k* ]]; then ./tools/buildman/buildman --fetch-arch m68k ; fi - if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze ; fi - if [[ "${TOOLCHAIN}" == *mips* ]]; then ./tools/buildman/buildman --fetch-arch mips ; fi - - if [[ "${TOOLCHAIN}" == *or32* ]]; then ./tools/buildman/buildman --fetch-arch or32 ; fi - if [[ "${TOOLCHAIN}" == *sh* ]]; then ./tools/buildman/buildman --fetch-arch sh2 ; fi - if [[ "${TOOLCHAIN}" == *x86_64* ]]; then ./tools/buildman/buildman --fetch-arch x86_64; |