forked from qt-creator/qt-creator
Debugger: Unset standard debug-file-directory.
Change-Id: Idefa4886a5c8c09dfa22ab5ee655aeae0ac9a1be Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
3
dist/gdb/Makefile.linux
vendored
3
dist/gdb/Makefile.linux
vendored
@@ -83,7 +83,8 @@ ${gdbtargets}: ${targetdir}/gdb-%: ${staging}/gdb-${version}/configure ${staging
|
|||||||
export PATH="${staging}/bin/:$$PATH" && \
|
export PATH="${staging}/bin/:$$PATH" && \
|
||||||
export LDFLAGS="-pthread -lm" && \
|
export LDFLAGS="-pthread -lm" && \
|
||||||
cd ${staging}/gdb-${version}-$* && \
|
cd ${staging}/gdb-${version}-$* && \
|
||||||
${staging}/gdb-${version}/configure --disable-nls --target=$* --disable-werror --with-python=${staging} --with-libexpat-prefix=${staging} && \
|
${staging}/gdb-${version}/configure --disable-nls --target=$* --with-separate-debug-dir="" \
|
||||||
|
--disable-werror --with-python=${staging} --with-libexpat-prefix=${staging} && \
|
||||||
sleep 3 && \
|
sleep 3 && \
|
||||||
${MAKE} MAKEFLAGS+=-j1 && \
|
${MAKE} MAKEFLAGS+=-j1 && \
|
||||||
strip -o ${targetdir}/gdb-$* gdb/gdb
|
strip -o ${targetdir}/gdb-$* gdb/gdb
|
||||||
|
1
dist/gdb/Makefile.mingw
vendored
1
dist/gdb/Makefile.mingw
vendored
@@ -105,6 +105,7 @@ ${gdbtargets}: ${targetdir}/gdb-%: ${staging}/lib/libexpat.a ${staging}/lib/libi
|
|||||||
${staging}/gdb-${version}/configure --target=$* --disable-nls --disable-werror \
|
${staging}/gdb-${version}/configure --target=$* --disable-nls --disable-werror \
|
||||||
--with-libiconv-prefix=${staging} \
|
--with-libiconv-prefix=${staging} \
|
||||||
--with-expat --with-libexpat-prefix=${staging} \
|
--with-expat --with-libexpat-prefix=${staging} \
|
||||||
|
--with-separate-debug-dir="" \
|
||||||
--with-python=${pydir} && \
|
--with-python=${pydir} && \
|
||||||
${MAKE} MAKEFLAGS+= -j1 && \
|
${MAKE} MAKEFLAGS+= -j1 && \
|
||||||
strip -o ${targetdir}/gdb-$*.exe gdb/gdb.exe
|
strip -o ${targetdir}/gdb-$*.exe gdb/gdb.exe
|
||||||
|
3
dist/gdb/Makefile.osx
vendored
3
dist/gdb/Makefile.osx
vendored
@@ -79,7 +79,8 @@ ${gdbtargets}: ${targetdir}/gdb-%: ${staging}/gdb-${version}/configure ${staging
|
|||||||
export PYTHONHOME=${staging} && \
|
export PYTHONHOME=${staging} && \
|
||||||
export PATH="${staging}/bin/:$$PATH" && \
|
export PATH="${staging}/bin/:$$PATH" && \
|
||||||
cd ${staging}/gdb-${version}-$* && \
|
cd ${staging}/gdb-${version}-$* && \
|
||||||
${staging}/gdb-${version}/configure --disable-nls --disable-werror --target=$* --with-python=${staging} --with-libexpat-prefix=${staging} && \
|
${staging}/gdb-${version}/configure --disable-nls --target=$* --with-separate-debug-dir="" \
|
||||||
|
--disable-werror --with-python=${staging} --with-libexpat-prefix=${staging} && \
|
||||||
${MAKE} MAKEFLAGS+=-j1 && \
|
${MAKE} MAKEFLAGS+=-j1 && \
|
||||||
strip -o ${targetdir}/gdb-$* gdb/gdb
|
strip -o ${targetdir}/gdb-$* gdb/gdb
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user