X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2FKconfig.include;h=5a84b6443875c47013348bfed85ebefe8c6da4db;hb=83454c2bfacdd5c13bb1b5e40a979cfb1088613a;hp=274125307ebd75f32f9a65c8ea02106769b30257;hpb=008f05a72d32dcc14038801649ec67af765fcc3c;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/scripts/Kconfig.include b/scripts/Kconfig.include index 2741253..5a84b64 100644 --- a/scripts/Kconfig.include +++ b/scripts/Kconfig.include @@ -33,7 +33,7 @@ ld-option = $(success,$(LD) -v $(1)) # $(as-instr,) # Return y if the assembler supports , n otherwise -as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) -c -x assembler -o /dev/null -) +as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) -c -x assembler-with-cpp -o /dev/null -) # check if $(CC) and $(LD) exist $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found)