comparison Makefile @ 192:1402f22fc99a

merge
author Giulio Moro <giuliomoro@yahoo.it>
date Wed, 03 Feb 2016 01:21:41 +0000
parents 3b8a28edae41
children c3a34eaef0cf
comparison
equal deleted inserted replaced
191:b3a306da03e0 192:1402f22fc99a
62 62
63 # Rule for user-supplied C files 63 # Rule for user-supplied C files
64 build/source/%.o: ./source/%.c 64 build/source/%.o: ./source/%.c
65 @echo 'Building file: $<' 65 @echo 'Building file: $<'
66 @echo 'Invoking: GCC C Compiler' 66 @echo 'Invoking: GCC C Compiler'
67 gcc $(SYNTAX_FLAG) $(INCLUDES) -O2 -Wall -c -fmessage-length=0 -U_FORTIFY_SOURCE -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" -std=c99 67 gcc $(SYNTAX_FLAG) $(INCLUDES) -O2 -Wall -c -fmessage-length=0 -U_FORTIFY_SOURCE -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" -std=c99 -mfpu=neon
68 @echo 'Finished building: $<' 68 @echo 'Finished building: $<'
69 @echo ' ' 69 @echo ' '
70 70
71 # Rule for user-supplied assembly files 71 # Rule for user-supplied assembly files
72 build/source/%.o: ./source/%.S 72 build/source/%.o: ./source/%.S