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/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/config.in') diff --git a/gas/config.in b/gas/config.in index e06f160..5129c28 100644 --- a/gas/config.in +++ b/gas/config.in @@ -318,6 +318,9 @@ /* Target vendor. */ #undef TARGET_VENDOR +/* Target specific CPU. */ +#undef TARGET_WITH_CPU + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN -- cgit v1.1