Merge "Pass the arm/thumb cflags to assembly files"
am: 60c9200c1e
* commit '60c9200c1ee3f5d983c5f9d9cc1724f6010daca2':
Pass the arm/thumb cflags to assembly files
This commit is contained in:
commit
537e093fe8
|
@ -907,6 +907,7 @@ $(gen_s_objects): $(intermediates)/%.o: $(intermediates)/%.s \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gen_asm_objects := $(gen_S_objects) $(gen_s_objects)
|
gen_asm_objects := $(gen_S_objects) $(gen_s_objects)
|
||||||
|
$(gen_asm_objects): PRIVATE_ARM_CFLAGS := $(normal_objects_cflags)
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
## o: Include generated .o files in output.
|
## o: Include generated .o files in output.
|
||||||
|
@ -1043,6 +1044,7 @@ $(asm_objects_s): $(intermediates)/%.o: $(TOPDIR)$(LOCAL_PATH)/%.s \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
asm_objects := $(dotdot_objects_S) $(dotdot_objects_s) $(asm_objects_S) $(asm_objects_s)
|
asm_objects := $(dotdot_objects_S) $(dotdot_objects_s) $(asm_objects_S) $(asm_objects_s)
|
||||||
|
$(asm_objects): PRIVATE_ARM_CFLAGS := $(normal_objects_cflags)
|
||||||
|
|
||||||
|
|
||||||
# .asm for x86/x86_64 needs to be compiled with yasm.
|
# .asm for x86/x86_64 needs to be compiled with yasm.
|
||||||
|
|
Loading…
Reference in New Issue