Remove unneeded bcopy/bzero caching

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10049 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-12-30 04:02:20 +00:00
parent b4fb5fa173
commit a35838ebb2
2 changed files with 1 additions and 19 deletions

View File

@ -39,9 +39,7 @@ define Build/Configure
$(call Build/Configure/Default, \
--disable-restricted \
--without-bash-malloc \
--bindir=/bin, \
ac_cv_func_bcopy=yes \
ac_cv_func_bzero=yes \
--bindir=/bin \
)
endef