From 9004b6bd58b6203cb3d1de1ca8d6ce6fc140ae61 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Thu, 30 Jun 2016 11:14:41 +0100 Subject: Allow ARC target to be configured with --with-cpu=. 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. --- gas/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/NEWS') diff --git a/gas/NEWS b/gas/NEWS index f5708a2554c..4bcf6decc7f 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -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 -- cgit v1.2.1