summaryrefslogtreecommitdiffstats
path: root/meta/packages/gdb/gdb_6.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gdb/gdb_6.6.bb')
-rw-r--r--meta/packages/gdb/gdb_6.6.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/packages/gdb/gdb_6.6.bb b/meta/packages/gdb/gdb_6.6.bb
index 58bcf94938..418e0d4d8a 100644
--- a/meta/packages/gdb/gdb_6.6.bb
+++ b/meta/packages/gdb/gdb_6.6.bb
@@ -1,38 +1,6 @@
1require gdb.inc 1require gdb.inc
2 2
3DEPENDS = "ncurses readline"
4PR = "r0" 3PR = "r0"
5 4
6PACKAGES =+ 'gdbserver '
7FILES_gdbserver = '${bindir}/gdbserver'
8 5
9RRECOMMENDS_gdb = "glibc-thread-db"
10 6
11inherit gettext
12
13SRC_URI += "file://kill_arm_map_symbols.patch;patch=1 \
14#FIXME file://uclibc.patch;patch=1 \
15 file://gdbserver-cflags-last.diff;patch=1;pnum=0"
16
17LDFLAGS_append = " -s"
18export CFLAGS_append=" -L${STAGING_LIBDIR}"
19
20EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'"
21
22EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \
23 --with-curses --disable-multilib --with-readline --disable-sim \
24 --program-prefix=''"
25
26do_configure () {
27# override this function to avoid the autoconf/automake/aclocal/autoheader
28# calls for now
29 (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
30 CPPFLAGS="" oe_runconf
31}
32
33do_install () {
34 make -C bfd/doc chew LDFLAGS= CFLAGS=-O2
35 oe_runmake DESTDIR='${D}' install
36 install -d ${D}${bindir}
37 install -m 0755 gdb/gdbserver/gdbserver ${D}${bindir}
38}