fix compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6173 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
11c6128d0b
commit
91efbbae78
@ -31,9 +31,9 @@ endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default, \
|
||||
CCOPTS="\$$$$(EXTRA_CFLAGS)" \
|
||||
CCOPTS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
|
||||
INCLUDE="" \
|
||||
LDFLAGS="\$$$$(EXTRA_LDFLAGS)" \
|
||||
LDFLAGS="$(EXTRA_LDFLAGS)" \
|
||||
)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user