commit | c19aa754f32ff1dd7cb8e96454f5eba95c20585e | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Mon Apr 30 17:15:46 2007 +0200 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Wed May 09 08:48:38 2007 +0200 |
tree | 7b21440ae66a10fb3d3b79792d92d988262985a3 | |
parent | de372ecd80a42c4fb485c7232475301a18d05184 [diff] |
[AVR32] Use correct config symbol when setting cpuflags As Robert P. J. Day pointed out, the CONFIG_CPU_AT32AP7000 symbol wasn't used for anything. It should have been used to select the correct -mcpu= options for CFLAGS. -mcpu=ap7000 is the default anyway, so this patch shouldn't really make any difference, but it's always nice to do things correctly. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>