From: Nicolas Thill Date: Sat, 5 Nov 2005 02:32:54 +0000 (+0000) Subject: use target optimization cflags X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bd4be31200900f77d8548d36d0dd1f1b81cbc3ba;p=15.05%2Fopenwrt.git 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 3a692314ce..a609c53d36 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 $@