diff options
Diffstat (limited to 'gcc/config/sparc/openbsd64.h')
-rw-r--r-- | gcc/config/sparc/openbsd64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/openbsd64.h b/gcc/config/sparc/openbsd64.h index 3aef751..ece43ee 100644 --- a/gcc/config/sparc/openbsd64.h +++ b/gcc/config/sparc/openbsd64.h @@ -55,7 +55,7 @@ along with GCC; see the file COPYING3. If not see #undef ASM_SPEC #define ASM_SPEC "\ -%{v:-V} -s %{fpic|fPIC|fpie|fPIE:-K PIC} \ +-s %{fpic|fPIC|fpie|fPIE:-K PIC} \ %{mlittle-endian:-EL} \ %(asm_cpu) %(asm_arch) \ " |