Skip to content
Snippets Groups Projects
Commit 7557afa9 authored by John Crispin's avatar John Crispin
Browse files

build: add $(STAGING_DIR_HOST)/usr/{include, lib} to build search path.


Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>

SVN-Revision: 42987
parent 7322fe16
No related branches found
No related tags found
No related merge requests found
......@@ -187,9 +187,9 @@ export PKG_CONFIG
HOSTCC:=gcc
HOSTCXX:=g++
HOST_CPPFLAGS:=-I$(STAGING_DIR_HOST)/include
HOST_CPPFLAGS:=-I$(STAGING_DIR_HOST)/include -I$(STAGING_DIR_HOST)/usr/include
HOST_CFLAGS:=-O2 $(HOST_CPPFLAGS)
HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib
HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib -L$(STAGING_DIR_HOST)/usr/lib
TARGET_CC:=$(TARGET_CROSS)gcc
TARGET_AR:=$(TARGET_CROSS)ar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment