-
- Downloads
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
The -ansi flag is used for C dialect selection and it is equivalent to -std=c90. Because it goes right before -std=gnu99 it is ignored as for conflicting flags GCC always uses the last one.
Showing
- bare-arm/Makefile 1 addition, 1 deletionbare-arm/Makefile
- cc3200/Makefile 1 addition, 1 deletioncc3200/Makefile
- esp8266/Makefile 1 addition, 1 deletionesp8266/Makefile
- examples/embedding/Makefile.upylib 1 addition, 1 deletionexamples/embedding/Makefile.upylib
- minimal/Makefile 2 additions, 2 deletionsminimal/Makefile
- mpy-cross/Makefile 1 addition, 1 deletionmpy-cross/Makefile
- pic16bit/Makefile 1 addition, 1 deletionpic16bit/Makefile
- qemu-arm/Makefile 1 addition, 1 deletionqemu-arm/Makefile
- stmhal/Makefile 1 addition, 1 deletionstmhal/Makefile
- teensy/Makefile 1 addition, 1 deletionteensy/Makefile
- unix/Makefile 1 addition, 1 deletionunix/Makefile
- windows/Makefile 1 addition, 1 deletionwindows/Makefile
Loading
Please register or sign in to comment