use target optimizations

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6220 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-01-27 16:17:01 +00:00
parent a754b60797
commit 9744aa6361

View File

@ -45,7 +45,7 @@ endef
define Build/Compile
$(call Build/Compile/Default, \
RPM_OPT_FLAGS="$(EXTRA_CFLAGS)" \
RPM_OPT_FLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS)" \
LDFLAGS="$(EXTRA_LDFLAGS)" \
logrotate \
)