use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override TARGET_CC and TARGET_CXX
SVN-Revision: 20566
This commit is contained in:
parent
51fb4cee31
commit
dd046f4759
1 changed files with 1 additions and 1 deletions
2
rules.mk
2
rules.mk
|
@ -172,7 +172,7 @@ ifneq ($(CONFIG_CCACHE),)
|
|||
TARGET_CC:= ccache $(TARGET_CC)
|
||||
endif
|
||||
|
||||
TARGET_CONFIGURE_OPTS:= \
|
||||
TARGET_CONFIGURE_OPTS = \
|
||||
AR=$(TARGET_CROSS)ar \
|
||||
AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \
|
||||
LD=$(TARGET_CROSS)ld \
|
||||
|
|
Loading…
Reference in a new issue