diff options
Diffstat (limited to 'gcc/config/i386/sol2dbg.h')
-rw-r--r-- | gcc/config/i386/sol2dbg.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/i386/sol2dbg.h b/gcc/config/i386/sol2dbg.h index 9d09c8fd043..9f95333b4b9 100644 --- a/gcc/config/i386/sol2dbg.h +++ b/gcc/config/i386/sol2dbg.h @@ -14,3 +14,14 @@ #ifdef DWARF_DEBUGGING_INFO #undef DWARF_DEBUGGING_INFO #endif + +/* + Changed from config/svr4.h in the following ways: + + - Added "%{V}". + - Modified "{%v:-V}" to take into account "%{V}". + - Added "-s" so that stabs are saved in the final executable. */ + +#undef ASM_SPEC +#define ASM_SPEC \ + "%{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} -s" |