Advertisement
EricHerman

cross-compiling versions

May 7th, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. lfs@titan:/lfs/build/grub-1.98$ /home/eric/bin/version-check
  2. GNU assembler (GNU Binutils for Ubuntu) 2.21.0.20110327
  3. autoconf (GNU Autoconf) 2.67
  4. GNU bash, version 4.2.8(1)-release (i686-pc-linux-gnu)
  5. /bin/sh -> /bin/dash
  6. bison (GNU Bison) 2.4.1
  7. /usr/bin/yacc -> /usr/bin/bison.yacc
  8. bzip2, Version 1.0.5, 10-Dec-2007.
  9. Coreutils: 8.5
  10. diff (GNU diffutils) 3.0
  11. DocBook-utils version 0.6.14 (jw version 1.1)
  12. find (GNU findutils) 4.4.2
  13. flex 2.5.35
  14. GNU Awk 3.1.7
  15. /usr/bin/awk -> /usr/bin/gawk
  16. /usr/bin/cc -> /usr/bin/gcc-4.5
  17. gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  18. GNU C Library (Ubuntu EGLIBC 2.13-0ubuntu13) stable release version 2.13
  19. GNU grep 2.6.3
  20. gzip 1.3.12
  21. GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327
  22. Linux version 2.6.38-8-generic-pae (buildd@vernadsky) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 05:17:09 UTC 2011
  23. m4 (GNU M4) 1.4.14
  24. GNU Make 3.81
  25. patch 2.6
  26. Perl version='5.10.1';
  27. Python 2.7.1+
  28. ruby 1.8.7
  29. GNU sed version 4.2.1
  30. tar (GNU tar) 1.25
  31. Texinfo: makeinfo (GNU texinfo) 4.13
  32. tic: ncurses 5.9.20110404
  33.  
  34. gcc Compilation OK
  35. execution OK
  36. lfs@titan:/lfs/build/grub-1.98$ $CC --version
  37. x86_64-unknown-linux-gnu-gcc (GCC) 4.6.0
  38. Copyright (C) 2011 Free Software Foundation, Inc.
  39. This is free software; see the source for copying conditions. There is NO
  40. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  41.  
  42. lfs@titan:/lfs/build/grub-1.98$ $CC --version | head -n1
  43. x86_64-unknown-linux-gnu-gcc (GCC) 4.6.0
  44. lfs@titan:/lfs/build/grub-1.98$ $CXX --version | head -n1
  45. x86_64-unknown-linux-gnu-g++ (GCC) 4.6.0
  46. lfs@titan:/lfs/build/grub-1.98$ $RANLIB --version | head -n1
  47. GNU ranlib (GNU Binutils) 2.21
  48. lfs@titan:/lfs/build/grub-1.98$ which $RANLIB
  49. /cross-tools/bin/x86_64-unknown-linux-gnu-ranlib
  50. lfs@titan:/lfs/build/grub-1.98$ $STRIP --version | head -n1
  51. GNU strip (GNU Binutils) 2.21
  52. lfs@titan:/lfs/build/grub-1.98$ which $STRIP
  53. /cross-tools/bin/x86_64-unknown-linux-gnu-strip
  54. lfs@titan:/lfs/build/grub-1.98$ $LD --version | head -n1
  55. GNU ld (GNU Binutils) 2.21
  56. lfs@titan:/lfs/build/grub-1.98$ which $LD
  57. /cross-tools/bin/x86_64-unknown-linux-gnu-ld
  58. lfs@titan:/lfs/build/grub-1.98$ $AS --version | head -n1
  59. GNU assembler (GNU Binutils) 2.21
  60. lfs@titan:/lfs/build/grub-1.98$ which $AS
  61. /cross-tools/bin/x86_64-unknown-linux-gnu-as
  62. lfs@titan:/lfs/build/grub-1.98$ $AR --version | head -n1
  63. GNU ar (GNU Binutils) 2.21
  64. lfs@titan:/lfs/build/grub-1.98$ which $AR
  65. /cross-tools/bin/x86_64-unknown-linux-gnu-ar
  66. lfs@titan:/lfs/build/grub-1.98$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement