1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-20 12:33:17 +02:00
void-packages/common/environment/configure/gccspecs/hardened-mips-cc1

9 lines
233 B
Text
Raw Normal View History

2024-03-29 08:12:19 +01:00
*cpp_options:
+ %{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fPIE -mshared}}}}}
*cc1_options:
+ %{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fPIE -mshared}}}}}
*asm_options:
+ %{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-mshared}}}}}