summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-27 20:04:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-27 20:04:04 +0100
commit20caec900ea3da3b997d6dc191b8c3d4a3b15f5d (patch)
treed819dbc6f85ce929a15b50947cbbd9853eb03df2
parent3ff1cb3aac7d54f6e5ca9e1209bafc647b923e04 (diff)
update url, libiberty removal no longer needed
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 1 insertions, 3 deletions
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