This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1186
from ClaymorePT/master
boost 1.58.0: added mips fix patch
lilik-openwrt-22.03
Steven Barth
10 years ago
parent
06350f0def
e95ae524f7
commit
5e57872152
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
libs/boost/patches/001-mips-options-fix.patch
+ 11
- 0
libs/boost/patches/001-mips-options-fix.patch
View File
@ -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
{
Write
Preview
Loading…
Cancel
Save