Skip to content
Snippets Groups Projects
Commit dd046f47 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override...

use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override TARGET_CC and TARGET_CXX

SVN-Revision: 20566
parent 51fb4cee
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ ifneq ($(CONFIG_CCACHE),) ...@@ -172,7 +172,7 @@ ifneq ($(CONFIG_CCACHE),)
TARGET_CC:= ccache $(TARGET_CC) TARGET_CC:= ccache $(TARGET_CC)
endif endif
TARGET_CONFIGURE_OPTS:= \ TARGET_CONFIGURE_OPTS = \
AR=$(TARGET_CROSS)ar \ AR=$(TARGET_CROSS)ar \
AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \ AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \
LD=$(TARGET_CROSS)ld \ LD=$(TARGET_CROSS)ld \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment