From: nico Date: Sat, 5 Nov 2005 02:32:54 +0000 (+0000) Subject: use target optimization cflags X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/586042df85d9eb774183e4fad67a11bf18ff303b?hp=445d5e12cf785fd0741298de731fe801d46a8417 use target optimization cflags git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2334 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/atftp/Makefile b/openwrt/package/atftp/Makefile index 3a692314c..a609c53d3 100644 --- a/openwrt/package/atftp/Makefile +++ b/openwrt/package/atftp/Makefile @@ -53,6 +53,7 @@ $(PKG_BUILD_DIR)/.built: mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ + CFLAGS="$(TARGET_CFLAGS) -Wall -D_REENTRANT" \ DESTDIR=$(PKG_INSTALL_DIR) \ all install touch $@