gdb: cross build and dbg support.

This commit is contained in:
Juan RP 2013-03-13 21:31:55 +01:00
parent 823f7e1d8c
commit 17eb153ee5

View file

@ -1,11 +1,12 @@
# Template file for 'gdb' # Template file for 'gdb'
pkgname=gdb pkgname=gdb
version=7.5.1 version=7.5.1
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-nls --with-system-readline configure_args="--disable-nls --with-system-readline
--with-system-gdbinit=/etc/gdb/gdbinit" --with-system-gdbinit=/etc/gdb/gdbinit"
makedepends="ncurses-devel zlib-devel readline-devel python-devel" makedepends="ncurses-devel zlib-devel readline-devel python-devel"
crossmakedepends="${makedepends}"
short_desc="The GNU Debugger" short_desc="The GNU Debugger"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/gdb/" homepage="http://www.gnu.org/software/gdb/"
@ -20,13 +21,11 @@ long_desc="
GDB can do four main kinds of things (plus other things in support GDB can do four main kinds of things (plus other things in support
of these) to help you catch bugs in the act: of these) to help you catch bugs in the act:
* Start your program, specifying anything that might affect its * Start your program, specifying anything that might affect its behavior.
behavior.
* Make your program stop on specified conditions. * Make your program stop on specified conditions.
* Examine what has happened, when your program has stopped. * Examine what has happened, when your program has stopped.
* Change things in your program, so you can experiment with * Change things in your program, so you can experiment with correcting the
correcting the effects of one bug and go on to learn about effects of one bug and go on to learn about another."
another."
pycompile_dirs="usr/share/gdb/python/gdb" pycompile_dirs="usr/share/gdb/python/gdb"
conf_files="/etc/gdb/gdbinit" conf_files="/etc/gdb/gdbinit"