Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion boostcpp.jam
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ rule toolset-properties ( properties * )
return [ property.select <target-os> <toolset> $(toolset-version-property) : $(properties) ] ;
}

.deducible-architectures = arm loongarch mips power riscv s390x sparc x86 combined ;
.deducible-architectures = alpha arm loongarch mips power riscv s390x sparc x86 combined ;
feature.feature x-deduced-platform
: $(.deducible-architectures)_32 $(.deducible-architectures)_64
: composite implicit optional propagated ;
Expand Down Expand Up @@ -657,6 +657,7 @@ rule deduce-architecture ( properties * )

names = $(.deducible-architectures) ;
idx = [ configure.find-builds "default architecture" : $(filtered)
: /boost/architecture//alpha
: /boost/architecture//arm
: /boost/architecture//loongarch
: /boost/architecture//mips
Expand Down