From 9566f5fdb039b7df8cd4cc15ef4f38ce207c34cc Mon Sep 17 00:00:00 2001 From: Werner Saar Date: Sun, 28 Dec 2014 13:45:19 +0100 Subject: [PATCH] added Steamroller as a target processor --- Makefile.rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index 4bd1ab1..d3a2d1f 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -15,7 +15,7 @@ VERSION = 0.2.13 # TARGET = PENRYN # If you want to support multiple architecture in one binary -DYNAMIC_ARCH = 1 +# DYNAMIC_ARCH = 1 # C compiler including binary type(32bit / 64bit). Default is gcc. # Don't use Intel Compiler or PGI, it won't generate right codes as I expect. -- 2.7.4