aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 17:39:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 17:39:21 +0000
commite192ac85aa7b3fa76defc5bb7f8e7a8f32edd787 (patch)
treedbb32ccf2cdf56e79a800d3665765658512c9b05
parent3ae2e8ddb38615434dccd5a6462faae144633d27 (diff)
downloadChibiOS-e192ac85aa7b3fa76defc5bb7f8e7a8f32edd787.tar.gz
ChibiOS-e192ac85aa7b3fa76defc5bb7f8e7a8f32edd787.tar.bz2
ChibiOS-e192ac85aa7b3fa76defc5bb7f8e7a8f32edd787.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@410 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/ARMCM3-STM32F103-GCC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/Makefile b/demos/ARMCM3-STM32F103-GCC/Makefile
index a0c76a43b..349a0bd1f 100644
--- a/demos/ARMCM3-STM32F103-GCC/Makefile
+++ b/demos/ARMCM3-STM32F103-GCC/Makefile
@@ -16,8 +16,8 @@
# Start of default section
#
-TRGT = arm-none-eabi-
-#TRGT = arm-eabi-
+#TRGT = arm-none-eabi-
+TRGT = arm-eabi-
CC = $(TRGT)gcc
CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp