diff options
-rw-r--r-- | gcc/gcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 9d493948a32..8132f5d2b26 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -483,10 +483,10 @@ proper position among the other output files. */ #define ASM_FINAL_SPEC \ "%{gfission: \n\ objcopy --extract-dwo \ - %{c:%{o*:%*}%{!o*:%b%O}}%{!c:%g%O} \ + %{c:%{o*:%*}%{!o*:%b%O}}%{!c:%U%O} \ %{c:%{o*:%:replace-extension(%{o*:%*} .dwo)}%{!o*:%b.dwo}}%{!c:%b.dwo} \n\ objcopy --strip-dwo \ - %{c:%{o*:%*}%{!o*:%b%O}}%{!c:%g%O} \ + %{c:%{o*:%*}%{!o*:%b%O}}%{!c:%U%O} \ }" #endif |