From d7631bfb9fa928220e5306d2033d1459eee7a106 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 1 Jan 2018 13:35:26 +0100 Subject: make vendor specific info more customizeable --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index edd301297..b69cad2bd 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -27,7 +27,7 @@ TARGET_CXXFLAGS:= $(filter-out -static,$(TARGET_CXXFLAGS)) endif GCC_CONFOPTS:= --prefix=$(TOOLCHAIN_DIR)/usr \ - --with-bugurl="https://openadk.org/" \ + --with-bugurl="$(ADK_VENDOR_URL)" \ --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ --target=$(GNU_TARGET_NAME) \ -- cgit v1.2.3