summaryrefslogtreecommitdiff
path: root/package/boost/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-22 11:46:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-22 11:46:04 +0100
commit1afbde8eb992c711aaae14b2e982b0d82e849ce3 (patch)
tree695a2261bdcd50a3222ae8348ce00eead7b684f9 /package/boost/patches
parent3bf4feadfa7616008c92804eb96b3af9b9cc1b47 (diff)
boost: update to latest stable version
Diffstat (limited to 'package/boost/patches')
-rw-r--r--package/boost/patches/patch-tools_build_src_tools_gcc_jam11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/boost/patches/patch-tools_build_src_tools_gcc_jam b/package/boost/patches/patch-tools_build_src_tools_gcc_jam
deleted file mode 100644
index a4013848d..000000000
--- a/package/boost/patches/patch-tools_build_src_tools_gcc_jam
+++ /dev/null
@@ -1,11 +0,0 @@
---- boost_1_58_0.orig/tools/build/src/tools/gcc.jam 2015-04-04 19:25:07.000000000 +0200
-+++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-11-03 20:58:00.000000000 +0100
-@@ -451,7 +451,7 @@ rule setup-address-model ( targets * : s
- else
- {
- local arch = [ feature.get-values architecture : $(properties) ] ;
-- if $(arch) != arm
-+ if $(arch) = power || $(arch) = sparc || $(arch) = x86
- {
- if $(model) = 32
- {