From 261515dfe51c8a9328bd1d838da8aa21658b3576 Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 10 Aug 2015 15:47:44 +0300 Subject: [PATCH] compiler.targets.OR1KTarget: fix typo. --- artiq/compiler/targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/compiler/targets.py b/artiq/compiler/targets.py index 2e1ab764c..1ed440236 100644 --- a/artiq/compiler/targets.py +++ b/artiq/compiler/targets.py @@ -157,5 +157,5 @@ class NativeTarget(Target): class OR1KTarget(Target): triple = "or1k-linux" data_layout = "E-m:e-p:32:32-i64:32-f64:32-v64:32-v128:32-a:0:32-n32" - attributes = ["mul", "div", "ffl1", "cmov", "addc"] + features = ["mul", "div", "ffl1", "cmov", "addc"] print_function = "lognonl"