vanhofen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
make/environment-build.mk
|
@ -182,6 +182,9 @@ GNU_HOST_NAME := $(shell support/gnuconfig/config.guess) |
|
|
# search path(s) for all prerequisites
|
|
|
# search path(s) for all prerequisites
|
|
|
VPATH = $(DEPS_DIR) $(HOST_DEPS_DIR) |
|
|
VPATH = $(DEPS_DIR) $(HOST_DEPS_DIR) |
|
|
|
|
|
|
|
|
|
|
|
# Quotes are needed for spaces and all in the original PATH content.
|
|
|
|
|
|
PATH := "$(HOST_DIR)/bin:$(HOST_DIR)/sbin:$(CROSS_DIR)/bin:$(PATH)" |
|
|
|
|
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
PKG_CONFIG = $(HOST_DIR)/bin/$(TARGET)-pkg-config |
|
|
PKG_CONFIG = $(HOST_DIR)/bin/$(TARGET)-pkg-config |
|
|