lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 46663ca8036996b506bedd382e8f9c3e7612535b
parent a73b57c5f93ccce50969bcdd1ba341ec419f1794
Author: claymore <carlosmf.pt@gmail.com>
Date:   Mon,  4 May 2015 00:47:21 +0100

Boost Patch update
  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

Diffstat:
Mlibs/boost/patches/001-mips-options-fix.patch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/boost/patches/001-mips-options-fix.patch b/libs/boost/patches/001-mips-options-fix.patch @@ -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 {