Skip to content

Commit ee372db

Browse files
author
ARC GNU Verification
committed
Merge branch 'arc-dev' into arc-staging
2 parents 6e6cfec + 32b8774 commit ee372db

File tree

4 files changed

+26
-16
lines changed

4 files changed

+26
-16
lines changed

NEWS

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,37 @@ Major Changes in 2017.03 Release
44
Toolchain and IDE Components Versions
55
-------------------------------------
66

7-
* Binutils [[2.27+ (upstream commit decf5bd and ARC patches)]]
8-
* GCC [[6.2.1 (upstream commit e061fbe and ARC patches)]]
9-
* GDB [[7.12 (upstream commit 5f8cf6c and ARC patches)]]
10-
* newlib [[2.4 (upstream commit e6413b0 and ARC patches)]]
11-
* uclibc-ng [[1.0.17 (plus few ARC patches)]]
12-
* Eclipse [[Mars (4.5.1) with CDT 8.8.0]]
13-
* OpenOCD [[0.9+ upstream commit 30203b3d8b]], with ARC support.
7+
* Binutils 2.28 with additonal ARC patches
8+
* GCC 6.3.0 with additional ARC patches
9+
* GDB 7.12 (upstream commit 5f8cf6c) with ARC patches
10+
* newlib 2.4 (upstream commit e6413b0) with ARC patches
11+
* uclibc-ng 1.0.17 with few ARC patches
12+
* Eclipse Mars (4.5.1) with CDT 8.8.0
13+
* OpenOCD 0.9+ upstream commit 30203b3d8b, with ARC support.
1414

1515
This release of GNU toolchain and IDE is supported by CGEN IPlib (TCF
16-
generator) version [[1.0.53]] and later.
16+
generator) version 1.0.53 and later.
1717

1818
New Features and Enhancements
1919
-----------------------------
2020

21-
* Toolchain Build Scripts
21+
* Binary distributables
22+
* ARC HS toolchain now includes sysroot for -mcpu=hs38_linux.
23+
* New documentation site.
24+
25+
* Toolchain Build Scripts
2226
* Removed obsolete unsupported scripts.
2327
* macOS support.
28+
* Import documentation from wiki. Build it with Sphinx.
2429

25-
[[TBD]]
30+
* GCC
31+
* Update to version 6.3.0.
2632

27-
Bugs Fixed in This Release (Summary)
28-
------------------------------------
33+
* Binutils
34+
* Update to version 2.28.
2935

30-
[[TBD]]
36+
* OpenOCD
37+
* Support Secure MPU registers.
3138

3239

3340
Major Changes in 2016.09 Release

build-uclibc.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ echo "START ${ARC_ENDIAN}-endian uClibc: $(date)" | tee -a ${logfile}
224224
# Initalize, including getting the tool versions.
225225
. "${ARC_GNU}"/toolchain/arc-init.sh
226226
toolchain_build_dir="$(echo "${PWD}")"/toolchain
227-
uclibc_build_dir="$(echo "${PWD}")"/uClibc
228227
linux_src_dir=${LINUXDIR}
229228
linux_build_dir=$build_dir/linux
230229

doc/ide/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installation
77
Using installer for Windows
88
---------------------------
99

10-
Windows users are advised to use our Windows installer for Eclisepse for GNU
10+
Windows users are advised to use our Windows installer for Eclipse for GNU
1111
Toolchain for IDE, that can be downloaded from this `releases
1212
page <https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_eclipse/releases>`_.
1313
Installer already contains all of the necessary components.

release.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,10 @@ UPLOAD_ARTIFACTS-$(ENABLE_LINUX_TOOLS) += $(TOOLS_LINUXLE_700_HOST_DIR)$(TAR_EXT
309309
UPLOAD_ARTIFACTS-$(ENABLE_LINUX_TOOLS) += $(TOOLS_LINUXLE_HS_HOST_DIR)$(TAR_EXT)
310310

311311
UPLOAD_ARTIFACTS-$(ENABLE_BIG_ENDIAN) += $(TOOLS_ELFBE_HOST_DIR)$(TAR_EXT)
312+
ifeq ($(ENABLE_LINUX_TOOLS),y)
312313
UPLOAD_ARTIFACTS-$(ENABLE_BIG_ENDIAN) += $(TOOLS_LINUXBE_700_HOST_DIR)$(TAR_EXT)
313314
UPLOAD_ARTIFACTS-$(ENABLE_BIG_ENDIAN) += $(TOOLS_LINUXBE_HS_HOST_DIR)$(TAR_EXT)
315+
endif
314316

315317
UPLOAD_ARTIFACTS-$(ENABLE_DOCS_PACKAGE) += $(DOCS_DIR)$(TAR_EXT)
316318

@@ -374,8 +376,10 @@ BUILD_DEPS-$(ENABLE_LINUX_TOOLS) += $O/.stamp_linux_le_700_tarball
374376
BUILD_DEPS-$(ENABLE_LINUX_TOOLS) += $O/.stamp_linux_le_hs_tarball
375377

376378
BUILD_DEPS-$(ENABLE_BIG_ENDIAN) += $O/.stamp_elf_be_tarball
379+
ifeq ($(ENABLE_LINUX_TOOLS),y)
377380
BUILD_DEPS-$(ENABLE_BIG_ENDIAN) += $O/.stamp_linux_be_700_tarball
378381
BUILD_DEPS-$(ENABLE_BIG_ENDIAN) += $O/.stamp_linux_be_hs_tarball
382+
endif
379383

380384
BUILD_DEPS-$(ENABLE_DOCS_PACKAGE) += $O/$(DOCS_DIR)$(TAR_EXT)
381385

@@ -1010,7 +1014,7 @@ endif
10101014
# Deploy to shared file system
10111015
#
10121016
.PHONY: deploy
1013-
deploy: $O/$(CHECKUM_FILE) $(addprefix $O/,$(DEPLOY_ARTIFACTS))
1017+
deploy: $O/$(CHECKSUM_FILE) $(addprefix $O/,$(DEPLOY_ARTIFACTS))
10141018
ifeq ($(DEPLOY_DESTINATION),)
10151019
$(error DEPLOY_DESTINATION must be set to run 'deploy' target)
10161020
endif

0 commit comments

Comments
 (0)