summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-06-05 05:39:52 +0000
committermidipix <writeonce@midipix.org>2019-06-05 05:39:52 +0000
commit5a4d21db41d11ec5096e8debfa650cb1f5cda586 (patch)
treecd30d994265ea76514c5e6a359dd558723bbe4b5
parent0fee20633e641d87856c10956097a9898e43fefc (diff)
downloadchainport-5a4d21db41d11ec5096e8debfa650cb1f5cda586.tar.bz2
chainport-5a4d21db41d11ec5096e8debfa650cb1f5cda586.tar.xz
gdb-7.12: updated build notes.
-rw-r--r--gdb-7.12.midipix.patch10
1 files changed, 8 insertions, 2 deletions
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)
========