2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Merge pull request #71 from ClaymorePT/develop

gcc.jam mips1 fix
This commit is contained in:
Rene Rivera
2015-04-24 10:24:59 -05:00

View File

@@ -451,7 +451,7 @@ rule setup-address-model ( targets * : sources * : properties * )
else
{
local arch = [ feature.get-values architecture : $(properties) ] ;
if $(arch) != arm
if $(arch) != arm && $(arch) != mips1
{
if $(model) = 32
{