summaryrefslogtreecommitdiff
path: root/Tizen:IVI
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-12-04 10:41:32 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-12-05 06:09:46 -0800
commitdcb01c20767279bf9e7338a9e95faf1a1b727869 (patch)
treed16891df9d3c7cf6e1db1895c8dfecf39a0cbcba /Tizen:IVI
parent31149d66c76bfdb92f5d048dacf0eb226e3c0a84 (diff)
downloadobs-dcb01c20767279bf9e7338a9e95faf1a1b727869.tar.gz
obs-dcb01c20767279bf9e7338a9e95faf1a1b727869.tar.bz2
obs-dcb01c20767279bf9e7338a9e95faf1a1b727869.zip
Tizen:IVI: update gcc to v4.9
Change-Id: I626a13e56e03b1f50cb0aedb1f53719645b1c923 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'Tizen:IVI')
-rw-r--r--Tizen:IVI/_config4
-rw-r--r--Tizen:IVI/cross-armv7l-gcc48-icecream-backend/_link9
-rw-r--r--Tizen:IVI/cross-armv7l-gcc49/_link (renamed from Tizen:IVI/cross-armv7hl-gcc48-icecream-backend/_link)6
3 files changed, 5 insertions, 14 deletions
diff --git a/Tizen:IVI/_config b/Tizen:IVI/_config
index c3de0b2..9605431 100644
--- a/Tizen:IVI/_config
+++ b/Tizen:IVI/_config
@@ -53,7 +53,7 @@ Macros:
%define _with_pulseaudio_samsung_policy 1
%define _with_tizen 1
%define _with_mesa 1
-%define gcc_version 48
+%define gcc_version 49
%define profile common
%ifarch i586
@@ -179,7 +179,7 @@ Macros:
%tizen_version %{tizen_version_major}.%{tizen_version_minor}
%tizen_full_version %{tizen_version}.%{tizen_version_patch}
%tizen %tizen_version
-%gcc_version 48
+%gcc_version 49
%_with_ivi 1
%_with_wayland 1
%_with_tizen 1
diff --git a/Tizen:IVI/cross-armv7l-gcc48-icecream-backend/_link b/Tizen:IVI/cross-armv7l-gcc48-icecream-backend/_link
deleted file mode 100644
index da79960..0000000
--- a/Tizen:IVI/cross-armv7l-gcc48-icecream-backend/_link
+++ /dev/null
@@ -1,9 +0,0 @@
-<link package="gcc48" cicount="copy">
-<patches>
- <!-- <branch /> for a full copy, default case -->
- <!-- <apply name="patch" /> apply a patch on the source directory -->
- <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
- <!-- <add>file.patch</add> add a patch to be applied after %setup (spec file only) -->
- <!-- <delete>filename</delete> delete a file -->
-</patches>
-</link>
diff --git a/Tizen:IVI/cross-armv7hl-gcc48-icecream-backend/_link b/Tizen:IVI/cross-armv7l-gcc49/_link
index da79960..a246210 100644
--- a/Tizen:IVI/cross-armv7hl-gcc48-icecream-backend/_link
+++ b/Tizen:IVI/cross-armv7l-gcc49/_link
@@ -1,9 +1,9 @@
-<link package="gcc48" cicount="copy">
+<link package="gcc49" cicount="copy">
<patches>
<!-- <branch /> for a full copy, default case -->
<!-- <apply name="patch" /> apply a patch on the source directory -->
<!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
- <!-- <add>file.patch</add> add a patch to be applied after %setup (spec file only) -->
- <!-- <delete>filename</delete> delete a file -->
+ <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete name="filename" /> delete a file -->
</patches>
</link>