From 58a28fb253292942e042288f1a621b64e0c2ca90 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 8 Jul 2012 23:06:51 +0300 Subject: [PATCH] Don't copy cpu from a potentially incompatible architecture --- source/architecture.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/architecture.cpp b/source/architecture.cpp index a416551..5c88354 100644 --- a/source/architecture.cpp +++ b/source/architecture.cpp @@ -84,8 +84,6 @@ Architecture::Architecture(Builder &b, const string &spec): const Architecture &native_arch = builder.get_native_arch(); if(type.empty()) type = native_arch.type; - if(cpu.empty()) - cpu = native_arch.cpu; if(system.empty()) system = native_arch.system; if(!bits) -- 2.43.0