Advertisement
enedil

binutils-configure

Sep 28th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.42 KB | None | 0 0
  1. lfs@linux-from-scratch:/mnt/lfs/sources/binutils-build$ ../binutils-2.23.2/configure \
  2. > --prefix=/tools            \
  3. > --with-sysroot=$LFS        \
  4. > --with-lib-path=/tools/lib \
  5. > --target=$LFS_TGT          \
  6. > --disable-nls              \
  7. > --disable-werror
  8. checking build system type... x86_64-unknown-linux-gnu
  9. checking host system type... x86_64-unknown-linux-gnu
  10. checking target system type... x86_64-lfs-linux-gnu
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether ln works... yes
  13. checking whether ln -s works... yes
  14. checking for a sed that does not truncate output... /bin/sed
  15. checking for gawk... gawk
  16. checking for gcc... gcc
  17. checking for C compiler default output file name... a.out
  18. checking whether the C compiler works... yes
  19. checking whether we are cross compiling... no
  20. checking for suffix of executables...
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking for g++... g++
  26. checking whether we are using the GNU C++ compiler... yes
  27. checking whether g++ accepts -g... yes
  28. checking for gnatbind... no
  29. checking for gnatmake... no
  30. checking whether compiler driver understands Ada... no
  31. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  32. checking for objdir... .libs
  33. checking for PWL_handle_timeout in -lpwl... no
  34. checking for version 0.11 (revision 0 or later) of PPL... no
  35. checking for default BUILD_CONFIG...
  36. checking for bison... bison -y
  37. checking for bison... bison
  38. checking for gm4... no
  39. checking for gnum4... no
  40. checking for m4... m4
  41. checking for flex... flex
  42. checking for flex... flex
  43. checking for makeinfo... no
  44. checking for expect... no
  45. checking for runtest... no
  46. checking for ar... ar
  47. checking for as... as
  48. checking for dlltool... no
  49. checking for ld... ld
  50. checking for lipo... no
  51. checking for nm... nm
  52. checking for ranlib... ranlib
  53. checking for strip... strip
  54. checking for windres... no
  55. checking for windmc... no
  56. checking for objcopy... objcopy
  57. checking for objdump... objdump
  58. checking for readelf... readelf
  59. checking for x86_64-lfs-linux-gnu-cc... no
  60. checking for x86_64-lfs-linux-gnu-gcc... no
  61. checking for x86_64-lfs-linux-gnu-c++... no
  62. checking for x86_64-lfs-linux-gnu-g++... no
  63. checking for x86_64-lfs-linux-gnu-cxx... no
  64. checking for x86_64-lfs-linux-gnu-gxx... no
  65. checking for x86_64-lfs-linux-gnu-gcc... no
  66. checking for x86_64-lfs-linux-gnu-gcj... no
  67. checking for x86_64-lfs-linux-gnu-gfortran... no
  68. checking for x86_64-lfs-linux-gnu-gccgo... no
  69. checking for x86_64-lfs-linux-gnu-ar... no
  70. checking for x86_64-lfs-linux-gnu-as... no
  71. checking for x86_64-lfs-linux-gnu-dlltool... no
  72. checking for x86_64-lfs-linux-gnu-ld... no
  73. checking for x86_64-lfs-linux-gnu-lipo... no
  74. checking for x86_64-lfs-linux-gnu-nm... no
  75. checking for x86_64-lfs-linux-gnu-objdump... no
  76. checking for x86_64-lfs-linux-gnu-ranlib... no
  77. checking for x86_64-lfs-linux-gnu-readelf... no
  78. checking for x86_64-lfs-linux-gnu-strip... no
  79. checking for x86_64-lfs-linux-gnu-windres... no
  80. checking for x86_64-lfs-linux-gnu-windmc... no
  81. checking where to find the target ar... just compiled
  82. checking where to find the target as... just compiled
  83. checking where to find the target cc... pre-installed
  84. checking where to find the target c++... pre-installed
  85. checking where to find the target c++ for libstdc++... pre-installed
  86. checking where to find the target dlltool... just compiled
  87. checking where to find the target gcc... pre-installed
  88. checking where to find the target gcj... pre-installed
  89. checking where to find the target gfortran... pre-installed
  90. checking where to find the target gccgo... pre-installed
  91. checking where to find the target ld... just compiled
  92. checking where to find the target lipo... pre-installed
  93. checking where to find the target nm... just compiled
  94. checking where to find the target objdump... just compiled
  95. checking where to find the target ranlib... just compiled
  96. checking where to find the target readelf... just compiled
  97. checking where to find the target strip... just compiled
  98. checking where to find the target windres... just compiled
  99. checking where to find the target windmc... just compiled
  100. checking whether to enable maintainer-specific portions of Makefiles... no
  101. checking whether -fkeep-inline-functions is supported... yes
  102. configure: creating ./config.status
  103. config.status: creating Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement