aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2011-10-02 01:13:14 -0700
committerPiotr Esden-Tempski2011-10-02 01:13:14 -0700
commit0a66d52ec836b361521652a09c3ebf7cd91fcd0f (patch)
treeb15c3f311486102141de4a4d614e5388ea7a6eba
parent32c276a7084141ea0e65f1fa4cd92146251958d6 (diff)
Switched the makefile default from arm-elf to arm-none-eabi.
-rw-r--r--examples/stm32/Makefile.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32/Makefile.include b/examples/stm32/Makefile.include
index acb78e8..f370f45 100644
--- a/examples/stm32/Makefile.include
+++ b/examples/stm32/Makefile.include
@@ -18,8 +18,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-# PREFIX ?= arm-none-eabi
-PREFIX ?= arm-elf
+PREFIX ?= arm-none-eabi
+#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
LD = $(PREFIX)-gcc
OBJCOPY = $(PREFIX)-objcopy