Ticket #54773: patch-default-clang-assembler.diff
File patch-default-clang-assembler.diff, 375 bytes (added by RJVB (René Bertin), 7 years ago) |
---|
-
gcc/config/
old new 410 410 /* When we detect that we're cctools or llvm as, we need to insert the right 411 411 additional options. */ 412 412 #if HAVE_GNU_AS 413 #define ASM_OPTIONS " "413 #define ASM_OPTIONS "-q" 414 414 #else 415 415 #define ASM_OPTIONS "%{v} %{w:-W} %{I*}" 416 416 #endif