-fno-builtin-function

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

 



GCCc manual says if we want to enable some built-in functions
selectively after -fno-builtin we can define some macros like:
#define abs(n) __builtin_abs ((n))

So there is no way to disable __builtin_abs() function at all?


[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