X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Ftoplevel.mk;fp=include%2Ftoplevel.mk;h=0e6c55ae08d0dc323a31e283f276163bfd7f4353;hb=2d2f2ff75188e570b02a9a3baab5f08d7010cc11;hp=70f4691678b35e114f0c002260e49af8c3e58e23;hpb=83c5a411d8e3e1316fb379a4e9430ad4f6ba70d1;p=openwrt.git diff --git a/include/toplevel.mk b/include/toplevel.mk index 70f4691678..0e6c55ae08 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -22,8 +22,6 @@ endif HOSTCC ?= $(CC) export RELEASE export REVISION -export LD_LIBRARY_PATH:=$(subst ::,:,$(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)$(TOPDIR)/staging_dir/host/lib) -export DYLD_LIBRARY_PATH:=$(subst ::,:,$(if $(DYLD_LIBRARY_PATH),$(DYLD_LIBRARY_PATH):)$(TOPDIR)/staging_dir/host/lib) export GIT_CONFIG_PARAMETERS='core.autocrlf=false' export MAKE_JOBSERVER=$(filter --jobserver%,$(MAKEFLAGS))