From 09497df071056d2f54366dc3075c9e64b4df4ae5 Mon Sep 17 00:00:00 2001 From: dfr Date: Sun, 2 May 1999 11:59:45 +0000 Subject: Add upgrade instructions to facilitate future gdb imports. --- contrib/gdb/FREEBSD-upgrade | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/gdb/FREEBSD-upgrade (limited to 'contrib/gdb/FREEBSD-upgrade') diff --git a/contrib/gdb/FREEBSD-upgrade b/contrib/gdb/FREEBSD-upgrade new file mode 100644 index 0000000..a65ed75 --- /dev/null +++ b/contrib/gdb/FREEBSD-upgrade @@ -0,0 +1,9 @@ +To strip down a new version of gdb for import, extract +the files like this: + + tar -xvzf gdb-4.18.tar.gz -X FREEBSD-Xlist + tar -xvzf gdb-4.18.tar.gz gdb-4.18/gdb/config/i386 + tar -xvzf gdb-4.18.tar.gz gdb-4.18/gdb/config/alpha + tar -xvzf gdb-4.18.tar.gz gdb-4.18/gdb/config/mips + + -- cgit v1.1