]> git.tdb.fi Git - builder.git/blobdiff - source/architecture.cpp
Don't copy cpu from a potentially incompatible architecture
[builder.git] / source / architecture.cpp
index a416551f23312b74febc418f2c4e41b7f9a5049e..5c88354634695e1689b186cb8b65a9648b724da3 100644 (file)
@@ -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)