summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
park [Fri, 9 Sep 2016 01:58:18 +0000 (18:58 -0700)]
Merge "icecream.spec: also add link to clang, clang++ and armv7l-tizen-linux-gnueabi-gcc" into tizen_base
Jaehun Jeong [Thu, 1 Sep 2016 13:51:36 +0000 (22:51 +0900)]
Use Requires(pre) rpm keyword instead of PreReq
Change-Id: Iab55021535d2d12ec072b9cf43665e8bd2359654
Signed-off-by: Jaehun Jeong <jh4u.jeong@samsung.com>
Julien Isorce [Wed, 31 Aug 2016 09:29:44 +0000 (10:29 +0100)]
icecream.spec: also add link to clang, clang++ and armv7l-tizen-linux-gnueabi-gcc
When the package use autotools/libtool as build system it invokes
armv7l-tizen-linux-gnueabi-gcc directly instead of gcc.
So add armv7l-tizen-linux-gnueabi-gcc as a symbolic link to icecc
in /opt/icecream/bin.
Also add clang and clang++ since we at it.
JIRA: https://bugs.tizen.org/jira/browse/TINF-1414
Change-Id: I206e50974972f11e48337ec3424d58f5a96f0ddd
Signed-off-by: Julien Isorce <j.isorce@samsung.com>
park [Wed, 31 Aug 2016 05:34:32 +0000 (22:34 -0700)]
Merge "icecc-create-env: execute ldd on original files" into tizen_base
Julien Isorce [Wed, 24 Aug 2016 15:06:54 +0000 (16:06 +0100)]
icecc-create-env: execute ldd on original files
ldd /usr/bin/gcc works but /emul/usr/bin/gcc doesn't.
The right solution would be to append /emul/lib/ld-linux.so.2
to RTLDLIST in /usr/bin/ldd.
Or to play with patchelf --set-interpreter.
Change-Id: Id86c3cee8d162328c6685cfc633e65e2994eec76
Signed-off-by: Julien Isorce <j.isorce@samsung.com>
Julien Isorce [Mon, 16 May 2016 10:42:15 +0000 (11:42 +0100)]
icecc-create-env: do not run strip
On some conditions strip can corrupt input binary that
it is trying to strip symbols.
See https://bugs.tizen.org/jira/browse/TINF-1404
Also on Tizen3.0, binaries that icecc put into the mini
compiler archive, are already stripped (gcc. g++, as). So
running strip on them does not bring any advantages.
Change-Id: Ifea3e85411ee4941877360aae137304682d7acd3
Signed-off-by: Julien Isorce <j.isorce@samsung.com>
Julien Isorce [Wed, 11 May 2016 16:06:30 +0000 (17:06 +0100)]
use x86 binaries if exists
Change-Id: Id4cb876c187aecaafa33e1e9fff3a4abcacde248
Signed-off-by: Julien Isorce <j.isorce@samsung.com>
Yury Usishchev [Thu, 7 Aug 2014 12:50:14 +0000 (16:50 +0400)]
Revert "Fix build error with %suse_version"
This reverts commit
60c6207f722a11db2a0de86d67ec0492d07723e0.
Change-Id: I3451823af6dcf2ec604bf071021922959531cf46
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
Yury Usishchev [Tue, 5 Aug 2014 07:21:56 +0000 (11:21 +0400)]
Fix build error with %suse_version
Tizen now have %suse_version macro defined. Delete parts of spec file that were
unused due to suse_version macro.
Change-Id: Ic3732f919c480c9fd6dea908d421409ac7aa4a5d
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
Dong Junfeng [Thu, 20 Jun 2013 07:14:18 +0000 (00:14 -0700)]
Fixed the build error with 3.0
Fixed the error: aggregate 'rusage ru' has incomplete type
Change-Id: I48dd09abd3ff4ec08cade39234fdf9bb3e3b1140
Signed-off-by: Dong Junfeng <junfeng.dong@intel.com>
Jinkun Jang [Thu, 14 Mar 2013 20:04:55 +0000 (05:04 +0900)]
rollback
Jinkun Jang [Thu, 14 Mar 2013 19:48:44 +0000 (04:48 +0900)]
add icecc-0.9.7.tar.bz2
Jinkun Jang [Thu, 14 Mar 2013 16:25:24 +0000 (01:25 +0900)]
sync with master branch
Jinkun Jang [Tue, 12 Mar 2013 06:13:12 +0000 (15:13 +0900)]
Tizen 2.1 base
Jung Minsun [Thu, 23 Aug 2012 04:15:55 +0000 (13:15 +0900)]
Initial empty repository