OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 15... Line 15...
15 PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/arc-2017.09-gdb 15 PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/arc-2017.09-gdb
16 PKG_HASH:=7e3c2a763bf500a40c5c4591a7e22c591dafc1f214b1d514895c1096e85c883a 16 PKG_HASH:=7e3c2a763bf500a40c5c4591a7e22c591dafc1f214b1d514895c1096e85c883a
17 GDB_DIR:=binutils-$(PKG_NAME)-$(PKG_VERSION) 17 GDB_DIR:=binutils-$(PKG_NAME)-$(PKG_VERSION)
18 PATCH_DIR:=./patches-arc 18 PATCH_DIR:=./patches-arc
19 else 19 else
20 PKG_VERSION:=8.2.1 20 PKG_VERSION:=8.0.1
Line 21... Line 21...
21   21  
22 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz 22 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
23 PKG_SOURCE_URL:=@GNU/gdb 23 PKG_SOURCE_URL:=@GNU/gdb
24 PKG_HASH:=0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202 24 PKG_HASH:=3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3
25 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION) 25 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION)
Line 26... Line 26...
26 endif 26 endif
Line 39... Line 39...
39 --build=$(GNU_HOST_NAME) \ 39 --build=$(GNU_HOST_NAME) \
40 --host=$(GNU_HOST_NAME) \ 40 --host=$(GNU_HOST_NAME) \
41 --target=$(REAL_GNU_TARGET_NAME) \ 41 --target=$(REAL_GNU_TARGET_NAME) \
42 --disable-werror \ 42 --disable-werror \
43 --without-uiout \ 43 --without-uiout \
44 --enable-tui --disable-gdbtk --without-x \ 44 --disable-tui --disable-gdbtk --without-x \
45 --without-included-gettext \ 45 --without-included-gettext \
46 --enable-threads \ 46 --enable-threads \
47 --with-expat \ 47 --with-expat \
48 --without-python \ 48 --without-python \
49 --disable-binutils \ 49 --disable-binutils \