From: Arne Fitzenreiter Date: Thu, 14 Jan 2016 15:08:24 +0000 (+0100) Subject: gcc: remove gdb python files also in root build. X-Git-Tag: v2.19-core100~79^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3da3ac98564bc97ba96bc2e10d5d6acb746a33de;p=ipfire-2.x.git gcc: remove gdb python files also in root build. Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/gcc b/lfs/gcc index 0c3a50ff0d..00f64c6997 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -286,6 +286,8 @@ endif ifeq "$(ROOT)" "" ln -svf ../usr/bin/cpp /lib ln -svf gcc /usr/bin/cc + # remove gdb python files from libdir + rm -rf /usr/lib/*-gdb.py else ifeq "$(PASS)" "1" ln -svf libgcc.a $$(/tools/bin/$(CROSSTARGET)-gcc -print-libgcc-file-name | sed 's/libgcc/&_eh/')