aboutsummaryrefslogtreecommitdiffstats
path: root/dist/gdb/Makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'dist/gdb/Makefile.osx')
-rw-r--r--dist/gdb/Makefile.osx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/gdb/Makefile.osx b/dist/gdb/Makefile.osx
index 6c4cbbf188..4060b166f8 100644
--- a/dist/gdb/Makefile.osx
+++ b/dist/gdb/Makefile.osx
@@ -79,7 +79,8 @@ ${gdbtargets}: ${targetdir}/gdb-%: ${staging}/gdb-${version}/configure ${staging
export PYTHONHOME=${staging} && \
export PATH="${staging}/bin/:$$PATH" && \
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 && \
strip -o ${targetdir}/gdb-$* gdb/gdb