Home | History | Annotate | Download | only in clang
      1 # Clang flags for mips arch, target or host.
      2 
      3 CLANG_CONFIG_mips_EXTRA_ASFLAGS :=
      4 CLANG_CONFIG_mips_EXTRA_CFLAGS :=
      5 CLANG_CONFIG_mips_EXTRA_LDFLAGS :=
      6 
      7 # Include common unknown flags
      8 CLANG_CONFIG_mips_UNKNOWN_CFLAGS := \
      9   $(CLANG_CONFIG_UNKNOWN_CFLAGS) \
     10   -fno-strict-volatile-bitfields \
     11   -fgcse-after-reload \
     12   -frerun-cse-after-loop \
     13   -frename-registers \
     14   -msynci \
     15   -mno-fused-madd
     16 
     17 # We don't have any mips flags to substitute yet.
     18 define subst-clang-incompatible-mips-flags
     19   $(1)
     20 endef
     21