Skip to content

Select target cpu

Marcel Loose requested to merge select-target-cpu into master

The goal of this feature branch is to provide a means to build different Debian packages when targeting different CPUs. The user can select a TARGET_CPU. If TARGET_CPU is not given and PORTABLE is set to OFF, then code will be generated for the native CPU. The target CPU as identified by the compiler will be used in the name of the package. If PORTABLE is set to ON, TARGET_CPU (if set) will be will be ignored.

Edited by Marcel Loose

Merge request reports