1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 13:46:23 +03:00

override cflags set to -O2 by configure

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3514 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-03-27 22:00:12 +00:00
parent 176aefb06a
commit 7417ebb6a3

View File

@ -52,7 +52,9 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
# pass CFLAGS again to override -O2 set by configure
$(MAKE) -C $(PKG_BUILD_DIR) \
CFLAGS="$(TARGET_CFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
touch $@