Ticket #54198: patch-default-clang-assembler.diff

File patch-default-clang-assembler.diff, 375 bytes (added by RJVB (René Bertin), 7 years ago)

invoke the assembler with the -q option

  • gcc/config/

    old new  
    410410/* When we detect that we're cctools or llvm as, we need to insert the right
    411411   additional options.  */
    412412#if HAVE_GNU_AS
    413 #define ASM_OPTIONS ""
     413#define ASM_OPTIONS "-q"
    414414#else
    415415#define ASM_OPTIONS "%{v} %{w:-W} %{I*}"
    416416#endif