Boost Patch update 1229/head
authorclaymore <carlosmf.pt@gmail.com>
Sun, 3 May 2015 23:47:21 +0000 (00:47 +0100)
committerclaymore <carlosmf.pt@gmail.com>
Sun, 3 May 2015 23:47:21 +0000 (00:47 +0100)
  This update follows after the previous update[1]
  Due to the Boost Dev patch submited in [2], this commit also updates
    the boost patch in order to, instead of excluding all architectures
    that do not support -m32 and -m64 options, it now includes only the
    architectures that do support it.

 [1]: https://github.com/openwrt/packages/pull/1186
 [2]: https://github.com/boostorg/build/pull/76

Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
libs/boost/patches/001-mips-options-fix.patch

index b32f44792875b4e930fa1a2bac4119f7cb2fece5..d9b30e6e9f5dc359729b2cfb0d16eecac4e62042 100644 (file)
@@ -5,7 +5,7 @@
          {
              local arch = [ feature.get-values architecture : $(properties) ] ;
 -            if $(arch) != arm
-+            if $(arch) != arm && $(arch) != mips1
++            if $(arch) = power || $(arch) = sparc || $(arch) = x86
              {
                  if $(model) = 32
                  {