Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 473276
Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +1 lines)
Line  Link Here
0
-- a/bootstrap
0
++ b/bootstrap
Lines 687-700 Link Here
687
  cmake_ld_flags="${LDFLAGS} -lroot -lbe"
687
  cmake_ld_flags="${LDFLAGS} -lroot -lbe"
688
fi
688
fi
689
689
690
if ${cmake_system_linux}; then
691
  # avoid binutils problem with large binaries, e.g. when building CMake in debug mode
692
  # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50230
693
  if ${cmake_machine_parisc}; then
694
    cmake_ld_flags="${LDFLAGS} -Wl,--unique=.text.*"
695
  fi
696
fi
697
698
#-----------------------------------------------------------------------------
690
#-----------------------------------------------------------------------------
699
# Detect known toolchains on some platforms.
691
# Detect known toolchains on some platforms.
700
cmake_toolchains=''
692
cmake_toolchains=''

Return to bug 473276