Tizen:IVI: update gcc to v4.9 46/31346/2
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 4 Dec 2014 08:41:32 +0000 (10:41 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 5 Dec 2014 14:09:46 +0000 (06:09 -0800)
Change-Id: I626a13e56e03b1f50cb0aedb1f53719645b1c923
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Tizen:IVI/_config
Tizen:IVI/cross-armv7l-gcc48-icecream-backend/_link [deleted file]
Tizen:IVI/cross-armv7l-gcc49/_link [moved from Tizen:IVI/cross-armv7hl-gcc48-icecream-backend/_link with 57% similarity]

index c3de0b2..9605431 100644 (file)
@@ -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 (file)
index da79960..0000000
+++ /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>
similarity index 57%
rename from Tizen:IVI/cross-armv7hl-gcc48-icecream-backend/_link
rename to Tizen:IVI/cross-armv7l-gcc49/_link
index da79960..a246210 100644 (file)
@@ -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>