From 5a4d21db41d11ec5096e8debfa650cb1f5cda586 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 5 Jun 2019 05:39:52 +0000 Subject: gdb-7.12: updated build notes. --- gdb-7.12.midipix.patch | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gdb-7.12.midipix.patch') diff --git a/gdb-7.12.midipix.patch b/gdb-7.12.midipix.patch index cc84ad2..feca3b1 100644 --- a/gdb-7.12.midipix.patch +++ b/gdb-7.12.midipix.patch @@ -3,11 +3,17 @@ gdb.config: ========== #!/bin/sh + CFLAGS="-g3 -O0" \ + CXXFLAGS="-g3 -O0" \ CFLAGS_FOR_TARGET="-g3 -O0 --sysroot=$HOME/midipix/nt64/debug/native" \ CXX_FOR_TARGET="-g3 -O0 --sysroot=$HOME/midipix/nt64/debug/native" \ LDFLAGS_FOR_TARGET="--sysroot=$HOME/midipix/nt64/debug/native" \ -../gdb-7.12/configure --with-system-zlib --with-system-libiberty \ - --host=x86_64-nt64-midipix --target=x86_64-nt64-midipix \ +../gdb-7.12/configure \ + --with-system-zlib \ + --with-system-libiberty \ + --with-system-readline \ + --host=x86_64-nt64-midipix \ + --target=x86_64-nt64-midipix \ --build=$(cc -dumpmachine) ======== -- cgit v1.2.3