aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-canadian-cross.inc
blob: ffa77da87847b37d07d4e2b3f8878b94f9bbcef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require gdb-common.inc

inherit canadian-sdk

EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"

do_configure () {
# override this function to avoid the autoconf/automake/aclocal/autoheader
# calls for now
        # Fix for issues when system's texinfo version >= 4.10
        # (See https://bugzilla.redhat.com/show_bug.cgi?id=345621)
        sed -i -e "s@egrep 'texinfo.*'@egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4.[1-9][0-9]+|[5-9])'@" '${S}/configure'

	autotools_base_do_configure
}