mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-20 01:20:20 +00:00
fix building when host and target systems are same arch
SVN-Revision: 2078
This commit is contained in:
@@ -24,6 +24,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
|
||||
sc_cv_termios_ispeed="no" \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
|
||||
Reference in New Issue
Block a user