projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix typo
[openwrt.git]
/
openwrt
/
toolchain
/
binutils
/
binutils.mk
diff --git
a/openwrt/toolchain/binutils/binutils.mk
b/openwrt/toolchain/binutils/binutils.mk
index
3097a4b
..
c0d504d
100644
(file)
--- a/
openwrt/toolchain/binutils/binutils.mk
+++ b/
openwrt/toolchain/binutils/binutils.mk
@@
-33,7
+33,7
@@
$(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)
$(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked
# Apply appropriate binutils patches.
$(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked
# Apply appropriate binutils patches.
-
toolchain/patch-kernel.sh $(BINUTILS_DIR) toolchain/binutils
/$(BINUTILS_VERSION) \*.patch
+
$(SCRIPT_DIR)/patch-kernel.sh $(BINUTILS_DIR) .
/$(BINUTILS_VERSION) \*.patch
touch $(BINUTILS_DIR)/.patched
$(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
touch $(BINUTILS_DIR)/.patched
$(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
@@
-54,10
+54,10
@@
$(BINUTILS_DIR1)/binutils/objdump: $(BINUTILS_DIR1)/.configured
# Make install will put gettext data in staging_dir/share/locale.
# Unfortunatey, it isn't configureable.
# Make install will put gettext data in staging_dir/share/locale.
# Unfortunatey, it isn't configureable.
-$(STAGING_DIR)/
$(REAL_GNU_TARGET_NAME)/bin/
ld: $(BINUTILS_DIR1)/binutils/objdump
+$(STAGING_DIR)/
bin/$(REAL_GNU_TARGET_NAME)-
ld: $(BINUTILS_DIR1)/binutils/objdump
$(MAKE) -C $(BINUTILS_DIR1) install
$(MAKE) -C $(BINUTILS_DIR1) install
-binutils-depend
a
ncies:
+binutils-depend
e
ncies:
@if ! which bison > /dev/null ; then \
echo -e "\n\nYou must install 'bison' on your build machine\n"; \
exit 1; \
@if ! which bison > /dev/null ; then \
echo -e "\n\nYou must install 'bison' on your build machine\n"; \
exit 1; \
@@
-71,7
+71,7
@@
binutils-dependancies:
exit 1; \
fi;
exit 1; \
fi;
-binutils: binutils-depend
ancies $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/
ld
+binutils: binutils-depend
encies $(STAGING_DIR)/bin/$(REAL_GNU_TARGET_NAME)-
ld
binutils-source: $(DL_DIR)/$(BINUTILS_SOURCE)
binutils-source: $(DL_DIR)/$(BINUTILS_SOURCE)
@@
-82,6
+82,8
@@
binutils-clean:
binutils-toolclean:
rm -rf $(BINUTILS_DIR1)
binutils-toolclean:
rm -rf $(BINUTILS_DIR1)
+binutils-distclean:
+ rm -rf $(BINUTILS_DIR)
#############################################################
#############################################################
This page took
0.025346 seconds
and
4
git commands to generate.