summaryrefslogtreecommitdiff
path: root/src/pal/tools/gen-buildsys-clang.sh
AgeCommit message (Expand)AuthorFilesLines
2018-09-18[Tizen] Fix gen-buildsys-clang.sh to set CLR_CMAKE_LINUX_IDHyungju Lee1-0/+3
2018-09-18[Tizen] Enable -O3 optimization in clang 3.8junghyuk.park1-2/+2
2018-04-11Fix cmake toolchain compile flags loop (#17380)Petr Bred1-1/+2
2018-03-31[Arm64] Add x64_arm64 crossgen to tools packageSteve MacLean1-1/+1
2017-06-06Rename CMAKE_ENABLE_CODE_COVERAGE to CLR_CMAKE_ENABLE_CODE_COVERAGE (#12106)Omair Majid1-1/+1
2017-05-10Fix clang version detection in src/pal/tools/gen-buildsys-clang.sh (#11398)Jan Vorlicek1-1/+1
2017-04-12Change default clang version to clang3.9 in cross build (#10889)Jiyoung Giuliana Yun1-3/+7
2017-04-04Pass crossbuild and linux-id to CMakeLists.txt using CMake arguments (#10686)Hyeongseok Oh1-0/+11
2017-03-16Removed check for the maximum quantity of arguments (#10232)Buyduck1-1/+1
2017-01-31Use -O1 optimization for arm and armelHyung-Kyu Choi1-1/+7
2017-01-06Use POSIX "command" instead of non-standard "which" (#8823)Jürgen Hötzel1-13/+13
2017-01-05Use x86 crossbuild for cross-architecture component on x64-linux (#8722)Hyeongseok Oh1-11/+10
2017-01-05Use armel instead of arm-softfp (#8771)Hyung-Kyu Choi1-1/+1
2016-12-16Fix buildsystem for linux cross-architecture component build (#8646)Hyeongseok Oh1-9/+13
2016-09-22Supports cross build configuration override (#7307)Jonghyun Park1-2/+5
2016-09-01Revert "Avoid using 'which' for verifying prereqs"Jan Kotas1-47/+45
2016-08-31Avoid using 'which' for verifying prereqs (#6994)Aditya Mandaleeka1-45/+47
2016-04-05For Issue #3785 Arm Soft FP support: arguments and return values are passed i...Andrey Kvochko1-0/+3
2016-02-20Fix misleading typoJuergen Hoetzel1-1/+1
2016-02-20Handle CMakeArgs correctlyJuergen Hoetzel1-2/+2
2016-02-13Make the build-process support rtagsJostein Kjønigsen1-0/+1
2016-02-10Add new parameter with settable option: cmakeargsKamil Rytarowski1-3/+6
2015-12-21Merge pull request #2425 from erozenfeld/CheckedBuildJan Kotas1-2/+2
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld1-2/+2
2015-12-19Initial support for building on SmartOStaylorjonl1-2/+4
2015-11-09Add support for ninja to the CoreCLR build.Pat Gavlin1-2/+8
2015-09-15Enable building coreclr tests on LinuxAditya Mandaleeka1-0/+6
2015-09-04Build Code Coverage instrumented binaries for native bianries in Linux and OSX.Sridhar Periyasamy1-11/+21
2015-08-07Remove llvm-ranlib dependencyMatt Mitchell1-3/+0
2015-08-04Add cross compilation support for ARM and ARM64.Ben Pye1-4/+15
2015-04-24basic NetBSD platform supportJustin Cormack1-2/+4
2015-04-22Add optional arguments for choosing clang version and verbose build outputJan Henke1-7/+25
2015-04-21Fixed locating llvm tools on fedoraDick van den Brink1-2/+2
2015-03-16fix build on OpenBSDAaron Bieber1-3/+5
2015-03-16Inital build support for FreeBSD.Jan Henke1-5/+13
2015-03-10Do not hardcode path to bash into the shell scripts.Jan Henke1-1/+1
2015-03-02Fixes.Pat Gavlin1-3/+3
2015-02-27Improve LLDB probing and fix a small bug in umthunkstub.S.Pat Gavlin1-0/+9
2015-02-12Fix build on paths with spaces and with llvm path with spaces. Fixes #216Kasper F. Brandt1-19/+19
2015-02-06Initial Mac OSX SupportGeoff Norton1-8/+22
2015-02-03Move shebang to top of shell scriptsMatt Ellis1-1/+1
2015-02-03Fix error locating llvm-ar during build on LinuxDrew DeVault1-1/+34
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+29