mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
fix ccache related broadcom image compile error
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4439 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef998d64e3
commit
9be5a9c039
@ -17,8 +17,8 @@ $(PKG_BUILD_DIR)/.prepared:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/loader.gz: $(PKG_BUILD_DIR)/.prepared
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) CC=$(TARGET_CC) \
|
||||
LD=$(TARGET_CROSS)ld CROSS_COMPILE=$(TARGET_CROSS)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) CC="$(TARGET_CC)" \
|
||||
LD="$(TARGET_CROSS)ld" CROSS_COMPILE="$(TARGET_CROSS)"
|
||||
|
||||
download:
|
||||
prepare: $(PKG_BUILD_DIR)/.prepared
|
||||
|
Loading…
Reference in New Issue
Block a user