diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-06-30 11:14:41 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-30 11:14:41 +0100 |
commit | 9004b6bd58b6203cb3d1de1ca8d6ce6fc140ae61 (patch) | |
tree | da644cf9f56a80d9480c1bf94c67f2017ee5cd97 /gas/NEWS | |
parent | 534dbe460e692a9befd9aca0eb0812db47459a30 (diff) | |
download | gdb-9004b6bd58b6203cb3d1de1ca8d6ce6fc140ae61.zip gdb-9004b6bd58b6203cb3d1de1ca8d6ce6fc140ae61.tar.gz gdb-9004b6bd58b6203cb3d1de1ca8d6ce6fc140ae61.tar.bz2 |
Allow ARC target to be configured with --with-cpu=<cpu-name>.
gas * config.in (TARGET_WITH_CPU): Undefine.
* configure.ac: Add --with-cpu support, and define in config.h.
* configure: Regenerate.
* config/tc-arc.c: Use TARGET_WITH_CPU to select default CPU.
* NEWS: Mention new configure option.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ * Add assembly-time relaxation option for ARC cpus. +* Add --with-cpu=TYPE configure option for ARC gas. This allows the default + cpu type to be adjusted at configure time. + Changes in 2.26: * Add a configure option --enable-compressed-debug-sections={all,gas} to |