use newer config.guess and config.sub for packages then the shipped ones
SVN-Revision: 7532
This commit is contained in:
parent
4374b41793
commit
6fb68cb589
4 changed files with 1954 additions and 275 deletions
|
@ -30,6 +30,7 @@ endef
|
|||
define Build/Configure/Default
|
||||
@(cd $(PKG_BUILD_DIR)/$(3); \
|
||||
[ -x configure ] && \
|
||||
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/$(3)/ && \
|
||||
$(2) \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/host/include" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/host/lib" \
|
||||
|
|
|
@ -77,6 +77,7 @@ CONFIGURE_CMD = ./configure
|
|||
define Build/Configure/Default
|
||||
(cd $(PKG_BUILD_DIR)/$(CONFIGURE_PATH)/$(strip $(3)); \
|
||||
if [ -x $(CONFIGURE_CMD) ]; then \
|
||||
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/$(3)/ && \
|
||||
$(CONFIGURE_VARS) \
|
||||
$(2) \
|
||||
$(CONFIGURE_CMD) \
|
||||
|
|
601
scripts/config.guess
vendored
601
scripts/config.guess
vendored
File diff suppressed because it is too large
Load diff
1626
scripts/config.sub
vendored
Normal file
1626
scripts/config.sub
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue