Fix cmake toolchain compile flags loop (#17380)
authorPetr Bred <bredpetr@gmail.com>
Wed, 11 Apr 2018 09:25:03 +0000 (12:25 +0300)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 11 Apr 2018 09:25:03 +0000 (11:25 +0200)
commit785483cb0d317b0bf7b7615aa4fb76bb4dc8f8c9
tree82e1e520262fe5fce6764bcd1a716c443c7821a7
parenta2508f048ccd41d5893275697b73fef39c2497f3
Fix cmake toolchain compile flags loop (#17380)

- fix https://github.com/dotnet/corert/issues/5093
- cmake toolchain refactoring

Signed-off-by: Petr Bred <bredpetr@gmail.com>
cross/arm/toolchain.cmake [deleted file]
cross/arm/tryrun.cmake [deleted file]
cross/arm64/toolchain.cmake [deleted file]
cross/arm64/tryrun.cmake [deleted file]
cross/armel/toolchain.cmake [deleted file]
cross/armel/tryrun.cmake [deleted file]
cross/toolchain.cmake [new file with mode: 0644]
cross/tryrun.cmake [new file with mode: 0644]
cross/x86/toolchain.cmake [deleted file]
cross/x86/tryrun.cmake [deleted file]
src/pal/tools/gen-buildsys-clang.sh