From f4e106d4fc1cce484678b5cdd86ab57d7a43076a Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 27 Jul 2014 07:35:49 +0000 Subject: ARM port: add support for Thumb2. To be tested. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2549 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- extraction/extraction.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extraction') diff --git a/extraction/extraction.v b/extraction/extraction.v index 0f23264..f0033af 100644 --- a/extraction/extraction.v +++ b/extraction/extraction.v @@ -93,6 +93,8 @@ Extract Constant Compopts.generate_float_constants => "fun _ -> !Clflags.option_ffloatconstprop >= 2". Extract Constant Compopts.eliminate_tailcalls => "fun _ -> !Clflags.option_ftailcalls". +Extract Constant Compopts.thumb => + "fun _ -> !Clflags.option_fthumb". (* Compiler *) Extract Constant Compiler.print_Clight => "PrintClight.print_if". -- cgit v1.2.3