diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-01 13:35:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-01 13:35:26 +0100 |
commit | d7631bfb9fa928220e5306d2033d1459eee7a106 (patch) | |
tree | 94d6257bd02d6895ba2ee12836d2420607cfaeba /toolchain | |
parent | 3a96085b999220c4da0c5ef7d1f7ba26b9ddfb98 (diff) |
make vendor specific info more customizeable
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |