summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2016-06-07Updates tryrun.cmake for ARM64 cross build (#5406)Sung-Jae Lee1-0/+15
2016-06-06Remove MMAP_IGNORES_HINT.Aditya Mandaleeka3-12/+0
2016-05-30Update tryrun.cmake for arm-softfp (#5323)chunseoklee1-0/+15
2016-05-30Updates tryrun.cmake for ARM cross build (#5317)Jonghyun Park1-0/+15
2016-05-25arm-softfp: make toolchain.cmake consistent among different arm archs (#5210)Prajwal A N1-2/+2
Fixes #5177 Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
2016-04-29enable build of arm-softfp cross target component. (#4636)Jiyoung Giuliana Yun1-3/+13
Fix #4635 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2016-04-28Initial support of lldb-3.8 for libsosplugin (#4473)Evgeny Pavlov3-6/+25
2016-04-26ARM: Add Ubuntu Codename vivid, wily for arm-linux image (#4258)SaeHie Park8-10/+65
ARM: Add Ubuntu Codename vivid, wily for arm-linux image
2016-04-05For Issue #3785 Arm Soft FP support: arguments and return values are passed ↵Andrey Kvochko4-3/+161
in integer registers for arm-softfp architecture.
2016-03-30Merge pull request #3944 from leemgs/upstream-cross-arm-stripping-symbolsJan Kotas1-3/+3
[Linux/ARM32] objcopy: Support cross-build for stripping symbols.
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-28[Linux/ARM32/64] 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/ARM{32|64} 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-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 Pye2-0/+8
2015-12-09Add missing value to arm tryrun.cmakeBen Pye2-0/+16
2015-11-12Add missing packages for arm64 cross buildMatt Mitchell1-3/+3
2015-09-29Fix HeapReAlloc to return a non-null pointer for a requested size of zero bytesKoundinya Veluri2-8/+0
2015-08-05Improve build-rootfs script.Ben Pye1-32/+5
2015-08-04Replace multiple .gitmirror files with .gitmirrorall .Ben Pye4-3/+1
2015-08-04Remove comments from tryrun cmake filesBen Pye2-712/+0
2015-08-04Add cross compilation support for ARM and ARM64.Ben Pye10-0/+1090