Parcourir la source

update to latest upstream version

Waldemar Brodkorb il y a 10 ans
Parent
commit
b7987c21ae
2 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 3 1
      toolchain/gdb/Makefile
  2. 2 2
      toolchain/gdb/Makefile.inc

+ 3 - 1
toolchain/gdb/Makefile

@@ -12,6 +12,7 @@ endif
 
 $(WRKBUILD)/.headers:
 $(WRKBUILD)/.configured:
+	$(SED) 's/install_to_$(INSTALL_DEST) //' ${WRKBUILD}/libiberty/Makefile.in
 	(cd $(WRKBUILD); \
 		gdb_cv_func_sigsetjmp=yes \
 		./configure \
@@ -31,6 +32,7 @@ $(WRKBUILD)/.configured:
 		--disable-sim \
 		--disable-tui \
 		--disable-werror \
+		--disable-install-libiberty \
 		--without-x \
 	);
 	touch $@
@@ -40,7 +42,7 @@ $(WRKBUILD)/.compiled:
 	touch $@
 
 $(WRKBUILD)/.installed:
-	install -c $(WRKBUILD)/gdb/gdb $(TARGET_CROSS)gdb
+	$(INSTALL_BIN) $(WRKBUILD)/gdb/gdb $(TARGET_CROSS)gdb
 	touch $@
 
 include ${TOPDIR}/mk/toolchain.mk

+ 2 - 2
toolchain/gdb/Makefile.inc

@@ -2,8 +2,8 @@
 # material, please see the LICENCE file in the top-level directory.
 
 PKG_NAME:=		gdb
-PKG_VERSION:=		7.7
-PKG_MD5SUM:=		40051ff95b39bd57b14b1809e2c16152
+PKG_VERSION:=		7.7.1
+PKG_MD5SUM:=		45b07b53d81832d32ccd4829465d4886
 PKG_RELEASE:=		1
 PKG_SITES:=		${MASTER_SITE_GNU:=gdb/}
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz