OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 88... Line 88...
88 = VMLINUX_SYMBOL_STR(sym); \ 88 = VMLINUX_SYMBOL_STR(sym); \
89 static const struct kernel_symbol __ksymtab_##sym \ 89 static const struct kernel_symbol __ksymtab_##sym \
90 __used \ 90 __used \
91 --- a/scripts/Makefile.build 91 --- a/scripts/Makefile.build
92 +++ b/scripts/Makefile.build 92 +++ b/scripts/Makefile.build
93 @@ -432,7 +432,7 @@ targets += $(extra-y) $(MAKECMDGOALS) $( 93 @@ -434,7 +434,7 @@ targets += $(extra-y) $(MAKECMDGOALS) $(
94 # Linker scripts preprocessor (.lds.S -> .lds) 94 # Linker scripts preprocessor (.lds.S -> .lds)
95 # --------------------------------------------------------------------------- 95 # ---------------------------------------------------------------------------
96 quiet_cmd_cpp_lds_S = LDS $@ 96 quiet_cmd_cpp_lds_S = LDS $@
97 - cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \ 97 - cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
98 + cmd_cpp_lds_S = $(CPP) $(EXTRA_LDSFLAGS) $(cpp_flags) -P -U$(ARCH) \ 98 + cmd_cpp_lds_S = $(CPP) $(EXTRA_LDSFLAGS) $(cpp_flags) -P -U$(ARCH) \