Home
last modified time | relevance | path

Searched refs:LD_PIE_SPEC (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c926 #ifndef LD_PIE_SPEC
927 #define LD_PIE_SPEC "-pie" macro
930 #define LD_PIE_SPEC "" macro
932 #define LINK_PIE_SPEC "%{static|shared|r:;" PIE_SPEC ":" LD_PIE_SPEC "} "