diff options
Diffstat (limited to 'devel/cross-gdb/pkg-descr')
-rw-r--r-- | devel/cross-gdb/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/cross-gdb/pkg-descr b/devel/cross-gdb/pkg-descr new file mode 100644 index 000000000000..5e972e8b7e91 --- /dev/null +++ b/devel/cross-gdb/pkg-descr @@ -0,0 +1,12 @@ +GNU gdb for cross-target application development. + +Use TGTARCH switch to select target architecture, and TGTABI to select ABI. +E.g. the following command will build binutils for rtems on sparc: +% make TGTARCH=sparc TGTABI=rtems + +If you encounter any problems building/using/installing this port, please +make me know. It would help to improve this port in feature. + +-- Stanislav Sedov <stas@FreeBSD.org> + +WWW: http://sourceware.org/gdb/ |