Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.25 KB | None | 0 0
  1. cc -v
  2. Using built-in specs.
  3. COLLECT_GCC=cc
  4. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  5. Target: x86_64-unknown-linux-gnu
  6. Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
  7. Thread model: posix
  8. gcc version 5.2.0 (GCC)
  9.  
  10. as --version
  11. GNU assembler (GNU Binutils) 2.25.1
  12. Copyright (C) 2014 Free Software Foundation, Inc.
  13. This program is free software; you may redistribute it under the terms of
  14. the GNU General Public License version 3 or later.
  15. This program has absolutely no warranty.
  16. This assembler was configured for a target of `x86_64-unknown-linux-gnu'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement