diff options
Diffstat (limited to 'gcc/gcc-cross_3.4.1.oe')
-rw-r--r-- | gcc/gcc-cross_3.4.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.4.1.oe b/gcc/gcc-cross_3.4.1.oe index b644eb0f86..8c02b9ddb9 100644 --- a/gcc/gcc-cross_3.4.1.oe +++ b/gcc/gcc-cross_3.4.1.oe @@ -1,3 +1,4 @@ +SECTION = "devel" include gcc_${PV}.oe inherit cross FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}" @@ -93,4 +94,3 @@ do_install () { ${TARGET_PREFIX}strip ${D}/lib/libgcc_s.so.* fi } - |