You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
458 B

  1. --- boost_1_58_0/tools/build/src/tools/gcc.jam 2015-04-23 12:01:37.723438995 +0200
  2. +++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-04-23 12:00:21.427441384 +0200
  3. @@ -451,7 +451,7 @@
  4. else
  5. {
  6. local arch = [ feature.get-values architecture : $(properties) ] ;
  7. - if $(arch) != arm
  8. + if $(arch) = power || $(arch) = sparc || $(arch) = x86
  9. {
  10. if $(model) = 32
  11. {