aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb_7.2.bb
blob: b9b3c942893fbc3bd116cb7b43ff09f8adaac519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require gdb.inc
LICENSE = "GPLv3"

PR = "${INC_PR}.0"
# there is a bug in GCC for SH4 it ICE's at Optlevel >O1
# so workaround that for now.

CFLAGS_append_sh4 = " -O1"
SRC_URI += "file://gdb-6.8-fix-compile-karmic.patch \
	    file://gdb-tcsetpgrp.patch \
	    file://gdb-fix-sim-ppc.patch \
	    file://renesas-sh-native-support.patch \
	   "

# Work-around problems while creating libbfd.a
EXTRA_OECONF += "--enable-static"
SRC_URI[md5sum] = "950b766466bee748e554765c86b8b495"
SRC_URI[sha256sum] = "34919cb51334c8149ae36ed086f35e79fe3fa2b2a85b568d7c0edad20cd972d4"