From 20caec900ea3da3b997d6dc191b8c3d4a3b15f5d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 27 Dec 2017 20:04:00 +0100 Subject: update url, libiberty removal no longer needed --- toolchain/gcc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'toolchain') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index b2216bbdd..68a1edff8 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="http://www.openadk.org/" \ + --with-bugurl="https://openadk.org/" \ --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ --target=$(GNU_TARGET_NAME) \ @@ -356,8 +356,6 @@ $(WRKBUILD)/.final: ifeq ($(ADK_TARGET_CPU_CF),y) find $(STAGING_TARGET_DIR) -name libgcc.a -print | while read t; do $(GNU_TARGET_NAME)-ar dv "$t" _ctors.o; done endif - # remove any libiberty.a, breaking package/binutils later - -rm $(STAGING_TARGET_DIR)/usr/lib/libiberty.a # cleanup unneeded docs rm -rf $(TOOLCHAIN_DIR)/usr/share # cleanup unneeded libtool files -- cgit v1.2.3