From: Matthew McClintock Date: Tue, 20 Mar 2012 22:06:57 +0000 (-0500) Subject: gcc: remove crosssdk from using fsl specific patches X-Git-Tag: 2.1~534^2~498 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c5cf6892f01fbe83c42deeafc43d1d060e2cd8fc;p=meta-freescale.git gcc: remove crosssdk from using fsl specific patches Signed-off-by: Matthew McClintock --- 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 index 1c725f2f..00000000 --- a/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk-initial_4.6.bbappend +++ /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 index ed27db03..00000000 --- a/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bbappend +++ /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 index 1c725f2f..00000000 --- a/meta-fsl-ppc/recipes-devtools/gcc/gcc-crosssdk_4.6.bbappend +++ /dev/null @@ -1 +0,0 @@ -require gcc-fsl.inc diff --git a/meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc b/meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc index 9e7c6155..9e8cb314 100644 --- a/meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc +++ b/meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc @@ -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 index 1c725f2f..00000000 --- a/meta-fsl-ppc/recipes-devtools/gcc/gcc-runtime_4.6.bbappend +++ /dev/null @@ -1 +0,0 @@ -require gcc-fsl.inc