diff options
Diffstat (limited to 'libs/boost/patches/001-mips-options-fix.patch')
-rw-r--r-- | libs/boost/patches/001-mips-options-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/boost/patches/001-mips-options-fix.patch b/libs/boost/patches/001-mips-options-fix.patch deleted file mode 100644 index d9b30e6e9..000000000 --- a/libs/boost/patches/001-mips-options-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) = power || $(arch) = sparc || $(arch) = x86 - { - if $(model) = 32 - { |