mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
Merge pull request #1186 from ClaymorePT/master
boost 1.58.0: added mips fix patch
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- boost_1_58_0/tools/build/src/tools/gcc.jam 2015-04-23 12:01:37.723438995 +0200
|
||||
+++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-04-23 12:00:21.427441384 +0200
|
||||
@@ -451,7 +451,7 @@
|
||||
else
|
||||
{
|
||||
local arch = [ feature.get-values architecture : $(properties) ] ;
|
||||
- if $(arch) != arm
|
||||
+ if $(arch) != arm && $(arch) != mips1
|
||||
{
|
||||
if $(model) = 32
|
||||
{
|
||||
Reference in New Issue
Block a user