projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
binutils: fix build errors in 2.20 (patch from #6094)
[openwrt.git]
/
toolchain
/
gdb
/
Makefile
diff --git
a/toolchain/gdb/Makefile
b/toolchain/gdb/Makefile
index
c09414d
..
df4fe55
100644
(file)
--- a/
toolchain/gdb/Makefile
+++ b/
toolchain/gdb/Makefile
@@
-7,13
+7,11
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
-PKG_VERSION:=6.
3
+PKG_VERSION:=6.
8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_MD5SUM:=05b928f41fa5b482e49ca2c24762a0ae
-PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/gdb
-PKG_CAT:=bzcat
-
+PKG_MD5SUM:=c9da266b884fb8fa54df786dfaadbc7a
+PKG_SOURCE_URL:=@GNU/gdb
include $(INCLUDE_DIR)/toolchain-build.mk
include $(INCLUDE_DIR)/toolchain-build.mk
@@
-26,8
+24,9
@@
define Host/Configure
--build=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
+ --disable-werror \
$(DISABLE_NLS) \
$(DISABLE_NLS) \
- --without-uiout
--disable-gdbmi
\
+ --without-uiout \
--disable-tui --disable-gdbtk --without-x \
--without-included-gettext \
--enable-threads \
--disable-tui --disable-gdbtk --without-x \
--without-included-gettext \
--enable-threads \
This page took
0.021514 seconds
and
4
git commands to generate.