diff options
| author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-05 02:32:54 +0000 | 
|---|---|---|
| committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-05 02:32:54 +0000 | 
| commit | 9a6a4cc79f460c76acc6d1695335b38b529a197d (patch) | |
| tree | 73c49e3bec834252ec0fff10fe09053fd2c07089 | |
| parent | 7bd944d2153b871aaaee970811f27772cbe36a6f (diff) | |
use target optimization cflags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2334 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/atftp/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/package/atftp/Makefile b/package/atftp/Makefile index 3a692314c..a609c53d3 100644 --- a/package/atftp/Makefile +++ b/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 $@  | 
