use target optimization cflags
SVN-Revision: 2334
This commit is contained in:
parent
fd342b1ada
commit
efb952e984
1 changed files with 1 additions and 0 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue