Re: GCC Spec file for ARMv8/Aarch64?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/19/2016 11:33 AM, Jeffrey Walton wrote:

I also know GCC is using something, but it does not tell me what it is:

   $ gcc -v
   Using built-in specs.
   ...

You probably have to use strace to find which file GCC is trying to open. It is going to be something like

  /usr/lib/gcc/x86_64-redhat-linux/5.3.1/specs

But the exact path will be very distribution-specific. But it's probably not a good idea to patch an existing GCC installation by putting a file there.

Florian



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux