From 50bbd6ce97a904a74b9dbc6faf883810d31f97a3 Mon Sep 17 00:00:00 2001 From: Adam Greene Date: Wed, 3 May 2017 19:47:07 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e54598..52e5d13 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Check out https://github.com/mzpqnxow/arm-mips-tools as it contains a substantial collection of gdbserver binaries that have been well tested on many different architectures of varying ABIs, byte-orders and CPU architectures. Why build when you can borrow or steal, right? They aren't backdoored :) -### First - If you just want to build a native gdb-7.12 gdbserver statically +### Second - If you just want to build a *native* gdb-7.12 gdbserver statically on your host machine You don't need any of this. These scripts just simplify doing it with different toolchains. If you're doing it natively it can be summarized pretty quickly @@ -99,4 +99,4 @@ alias cross_configure='./configure --host=arm-openwrt-linux-muslgnueabi --prefix ## License # This software is released under the terms of GPLv2 by copyright@mzpqnxow.com -# Please see LICENSE or LICENSE.md for more information on GPLv2 \ No newline at end of file +# Please see LICENSE or LICENSE.md for more information on GPLv2