summaryrefslogtreecommitdiff
path: root/cross/arm
AgeCommit message (Collapse)AuthorFilesLines
2018-10-02Add Bionic to sources.list for cross (#20202)Raul Hidalgo Caballero1-0/+11
2018-04-24Patch LTTng ust-tracepoint.h on ARM/Trusty when building crossrootfs. (#17762)Brian Robbins1-0/+71
2018-04-11Fix cmake toolchain compile flags loop (#17380)Petr Bred2-161/+0
- fix https://github.com/dotnet/corert/issues/5093 - cmake toolchain refactoring Signed-off-by: Petr Bred <bredpetr@gmail.com>
2017-05-18Enable pow for arm/armel in tryrun (#11703)SaeHie Park1-1/+1
This will fix CoreFX System.Tests.MathFTests.Pow() failures
2017-03-09Support cross compiling for Zesty (#10066)Frederik Carlier1-0/+11
* Support Zesty, newer liblldb packages * Describe lldb options
2017-03-02[ARM32/Linux] Prepare rootfs to build libcoreclrtraceptprovider.soHyeongseok Oh1-0/+97
Prepare rootfs to build libcoreclrtraceptprovider.so by adding fix process of rootfs for ubuntu 14.04 armhf
2017-02-17Synchronous toolchain.cmake files with CoreFX (#9409)Jiyoung Giuliana Yun1-9/+1
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2016-09-14ARM/Linux: Add codename xenial (#7158)SaeHie Park1-0/+11
Add Ubuntu 16.04 code name Xenial to cross rootfs option
2016-09-13Enable Debian Jessie for ARM rootfs build (#7140)Dmitri-Botcharnikov1-0/+3
2016-06-29Remove MMAP_DOESNOT_ALLOW_REMAP.Aditya Mandaleeka1-4/+0
2016-06-11Updates tryrun.cmake for ARM / ARM (softfp) (#5673)Jonghyun Park1-3/+3
While fixing #5316 (PR #5317, PR #5323), all the features related with PROCFS are disabled in ARM and ARM (softfp) cross build. As a result, the collision avodance logic in GetProcessIdDisambiguationKey is disabled, which leads to random coreclr_initialize failures (CLR failed to initialize itself when the previous execution of CLR with the same PID abnormally terminates) This commit tries to re-enable the relevant features for ARM and ARM (softfp) cross-build. Since the ARM/Linux emulator (which is the current reference in use) supports /proc/self/stat, /proc/self/status, /proc/self/maps, this commit re-enables three relevant features (HAVE_PROCFS_STAT, HAVE_PROCFS_STATUS, HAVE_PROCFS_MAPS). This commit tries to fix #5583.
2016-06-06Remove MMAP_IGNORES_HINT.Aditya Mandaleeka1-4/+0
2016-05-30Updates tryrun.cmake for ARM cross build (#5317)Jonghyun Park1-0/+15
2016-04-28Initial support of lldb-3.8 for libsosplugin (#4473)Evgeny Pavlov1-2/+10
2016-04-26ARM: Add Ubuntu Codename vivid, wily for arm-linux image (#4258)SaeHie Park3-0/+22
ARM: Add Ubuntu Codename vivid, wily for arm-linux image
2016-03-28objcopy: Support cross-build for stripping symbolsGeunsik Lim1-3/+3
Currently, the 'objcopy' does only support native-build since the commit number 4efef62f0ead16b4f8ca2c6ccf0a77ce112f73b9 Let's add cross-build as well as native-build to strip symbols. v3: - support if statement for arm64 v2: - Replace 'EQUAL' with 'DEFINED' for handling Other Linux distributions as well as Ubuntu 14.04 and for handling in case of native-build. v2: - support cross-build to strip debug symbols of native arm binaries Signed-off-by: Geunsik Lim geunsik.lim@samsung.com Signed-off-by: MyungJoo Ham myungjoo.ham@samsung.com Signed-off-by: Prajwal A N an.prajwal@samsung.com
2016-03-26[Linux/ARM32] Unifying the redundant usages of cross-toolchainGeunsik Lim1-5/+15
The name of toolchain name has been increasing gradually. Let's unify the toolchain name of Linux/ARM32 to prevent the increase of the fragmentation, and to the manatainability. Signed-off-by: Geunsik Lim geunsik.lim@samsung.com Signed-off-by: MyungJoo Ham myungjoo.ham@samsung.com Signed-off-by: Prajwal A N an.prajwal@samsung.com
2016-03-04Add value to arm/arm64 tryrun files for HAVE_CLOCK_MONOTONIC_COARSE.Ben Pye1-0/+4
2015-12-09Add missing value to arm tryrun.cmakeBen Pye1-0/+8
2015-09-29Fix HeapReAlloc to return a non-null pointer for a requested size of zero bytesKoundinya Veluri1-4/+0
2015-08-04Replace multiple .gitmirror files with .gitmirrorall .Ben Pye1-1/+0
2015-08-04Remove comments from tryrun cmake filesBen Pye1-356/+0
2015-08-04Add cross compilation support for ARM and ARM64.Ben Pye4-0/+504