fix binutils_target-clean
This commit is contained in:
parent
5c803fba27
commit
8500fcd5fd
@ -124,6 +124,9 @@ $(TARGET_DIR)/usr/bin/ld: $(BINUTILS_DIR2)/binutils/objdump
|
||||
binutils_target: $(GCC_DEPENDANCY) $(TARGET_DIR)/usr/bin/ld
|
||||
|
||||
binutils_target-clean:
|
||||
(cd $(TARGET_DIR)/usr/bin; \
|
||||
rm -f addr2line ar as gprof ld nm objcopy \
|
||||
objdump ranlib readelf size strings strip)
|
||||
rm -f $(TARGET_DIR)/bin/$(REAL_GNU_TARGET_NAME)*
|
||||
-$(MAKE) -C $(BINUTILS_DIR2) clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user