diff options
Diffstat (limited to 'gcc-snapshot/gcc-snapshot_cvs.oe')
-rw-r--r-- | gcc-snapshot/gcc-snapshot_cvs.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc-snapshot/gcc-snapshot_cvs.oe b/gcc-snapshot/gcc-snapshot_cvs.oe index 2a27e54927..59a5e32008 100644 --- a/gcc-snapshot/gcc-snapshot_cvs.oe +++ b/gcc-snapshot/gcc-snapshot_cvs.oe @@ -1,3 +1,4 @@ +SECTION = "devel" inherit autotools PV = "${CVSDATE}" @@ -104,7 +105,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 () { @@ -206,4 +208,3 @@ do_install () { ln -sf g++ c++ ln -sf gcc cc } - |