gcc: fix build with texinfo 5.x
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 12 Jun 2015 22:54:22 +0000 (01:54 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 12 Jun 2015 22:54:22 +0000 (01:54 +0300)
just disable it so docs are not built

recipes/gcc/gcc-4.3.6.inc
recipes/gcc/gcc-cross-initial.inc
recipes/gcc/gcc-cross-intermediate.inc

index 9c6ab3d..10861fe 100644 (file)
@@ -101,7 +101,7 @@ FORTRAN = ""
 FORTRAN_linux-gnueabi = ",fortran"
 JAVA = ""
 
-EXTRA_OECONF_BASE = "  --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
+EXTRA_OECONF_BASE = "  --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap MAKEINFO=missing"
 
 SRC_URI[md5sum] = "55ddf934bc9f8d1eaff7a77e7d598a85"
 SRC_URI[sha256sum] = "f3765cd4dcceb4d42d46f0d53471d7cedbad50f2112f0312c1dcc9c41eea9810"
index 2ab1d7f..f0f83ab 100644 (file)
@@ -17,7 +17,8 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \
                --with-sysroot=${STAGING_DIR_TARGET} \
                --with-build-sysroot=${STAGING_DIR_TARGET} \
                ${@get_gcc_fpu_setting(bb, d)} \
-               ${@get_gcc_mips_plt_setting(bb, d)}"
+               ${@get_gcc_mips_plt_setting(bb, d)} \
+               MAKEINFO=missing"
 
 do_install () {
        :
index 50792b6..7981a52 100644 (file)
@@ -15,7 +15,8 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \
                --with-sysroot=${STAGING_DIR_TARGET} \
                --with-build-sysroot=${STAGING_DIR_TARGET} \
                ${@get_gcc_fpu_setting(bb, d)} \
-               ${@get_gcc_mips_plt_setting(bb, d)}"
+               ${@get_gcc_mips_plt_setting(bb, d)} \
+               MAKEINFO=missing"
 
 do_stage_append () {
        # get rid of dummy libc.so