mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
toolchain: move *.py remove to correct pass.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
5
lfs/gcc
5
lfs/gcc
@@ -289,11 +289,10 @@ ifeq "$(ROOT)" ""
|
||||
else
|
||||
ifeq "$(PASS)" "1"
|
||||
ln -svf libgcc.a $$(/tools/bin/$(CROSSTARGET)-gcc -print-libgcc-file-name | sed 's/libgcc/&_eh/')
|
||||
|
||||
# remove gdb python files from libdir
|
||||
rm -rf /tools/lib/*-gdb.py
|
||||
else
|
||||
ln -svf gcc /tools/bin/cc
|
||||
# remove gdb python files from libdir
|
||||
rm -rf /tools/lib/*-gdb.py
|
||||
endif
|
||||
endif
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/gcc-build
|
||||
|
||||
Reference in New Issue
Block a user