summaryrefslogtreecommitdiff
path: root/gcc-csl/gcc-csl_2004-q1a.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-csl/gcc-csl_2004-q1a.oe')
-rw-r--r--gcc-csl/gcc-csl_2004-q1a.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc-csl/gcc-csl_2004-q1a.oe b/gcc-csl/gcc-csl_2004-q1a.oe
index 7f3bb7930a..7c6c83d93d 100644
--- a/gcc-csl/gcc-csl_2004-q1a.oe
+++ b/gcc-csl/gcc-csl_2004-q1a.oe
@@ -1,3 +1,4 @@
+SECTION = "base"
inherit autotools
DESCRIPTION = "The GNU cc and gcc C compilers."
@@ -123,7 +124,8 @@ gccbuild_uclibc_do_patch () {
#
# Prevent gcc from using the unwind-dw2-fde-glibc code
#
- perl -i -p -e "s,^#ifndef inhibit_libc,#define inhibit_libc\n#ifndef inhibit_libc,g;" gcc/unwind-dw2-fde-glibc.c
+ perl -i -p -e "s,^#ifndef inhibit_libc,#define inhibit_libc
+#ifndef inhibit_libc,g;" gcc/unwind-dw2-fde-glibc.c
}
python do_patch () {
@@ -226,4 +228,3 @@ do_install () {
ln -sf g++ c++
ln -sf gcc cc
}
-