]> code.ossystems Code Review - meta-freescale.git/commitdiff
gcc: remove crosssdk from using fsl specific patches
authorMatthew McClintock <msm@freescale.com>
Tue, 20 Mar 2012 22:06:57 +0000 (17:06 -0500)
committerMatthew McClintock <msm@freescale.com>
Tue, 20 Mar 2012 23:49:28 +0000 (18:49 -0500)
Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk-initial_4.6.bbappend [deleted file]
meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bbappend [deleted file]
meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk_4.6.bbappend [deleted file]
meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc
meta-fsl-ppc/recipes-devtools/gcc/gcc-runtime_4.6.bbappend [deleted file]

diff --git a/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk-initial_4.6.bbappend b/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk-initial_4.6.bbappend
deleted file mode 100644 (file)
index 1c725f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require gcc-fsl.inc
diff --git a/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bbappend b/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bbappend
deleted file mode 100644 (file)
index ed27db0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-require gcc-fsl.inc
-
-do_install () {
-        oe_runmake 'DESTDIR=${D}' install
-        install -d ${D}${target_base_libdir}/
-        cp -rf ${D}${exec_prefix}/${TARGET_SYS}/${baselib}/ ${D}${target_base_libdir}/
-
-        # We don't really need this (here shares/ contains man/, info/, locale/).
-        rm -rf ${D}${datadir}/
-
-        # We use libiberty from binutils
-        find ${D}${exec_prefix}/lib -name libiberty.a | xargs rm -f
-        find ${D}${exec_prefix}/lib -name libiberty.h | xargs rm -f
-
-        # Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones are
-        # found. These need to be relative paths so they work in different locations.
-        dest=${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/
-        install -d $dest
-        for t in ar as ld nm objcopy objdump ranlib strip g77 gcc cpp gfortran; do
-               ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t $dest$t
-        done
-}
diff --git a/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk_4.6.bbappend b/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk_4.6.bbappend
deleted file mode 100644 (file)
index 1c725f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require gcc-fsl.inc
index 9e7c615515ca1007f013beaeb51b3b5bf361d45a..9e8cb3146f5da8174e794175a7bc3ee9a26a7c0e 100644 (file)
@@ -43,4 +43,4 @@ SRC_URI_fsl = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
-PR_fsl .= "+${DISTRO}.2"
+PR_fsl .= "+${DISTRO}.3"
diff --git a/meta-fsl-ppc/recipes-devtools/gcc/gcc-runtime_4.6.bbappend b/meta-fsl-ppc/recipes-devtools/gcc/gcc-runtime_4.6.bbappend
deleted file mode 100644 (file)
index 1c725f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require gcc-fsl.inc