Add --with parameters to configure for compiler selection new-state
authorKeith Packard <keithp@keithp.com>
Tue, 8 Oct 2013 16:22:03 +0000 (09:22 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 8 Oct 2013 16:22:03 +0000 (09:22 -0700)
commit6a1e398e590121458176758858bb4210f3eb5a55
tree15f90c050ad470528af9f7d00ad2a7e2bb7fd47c
parent16965716c02eb79b449d9d3b264814d775660134
Add --with parameters to configure for compiler selection

This allows the user to specify which compiler to use for each target
CPU. Also checks to make sure the arm compiler supports -m0 and -m3
cpu type flags. The build now actually uses the specified compilers too.

Signed-off-by: Keith Packard <keithp@keithp.com>
15 files changed:
configure.ac
src/Makedefs.in [new file with mode: 0644]
src/Makefile
src/avr-demo/Makefile
src/avr/Makefile.defs [new file with mode: 0644]
src/cc1111/Makefile.cc1111
src/lpc/Makefile-flash.defs
src/lpc/Makefile.defs
src/micropeak/Makefile
src/nanopeak-v0.1/Makefile
src/stm/Makefile-flash.defs
src/stm/Makefile.defs
src/telepyro-v0.1/Makefile
src/telescience-pwm/Makefile
src/telescience-v0.1/Makefile