aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2011-10-04 13:06:56 -0700
committerPiotr Esden-Tempski2011-10-04 13:08:35 -0700
commit03a4a18ed646413125217208e8eed48e1a33f58c (patch)
tree819727ce064d55e9476a77e71f81df52e2f2283b /examples
parent5d97653163c3ea5148655a875c30cfef4ecbb60d (diff)
Switched all makefiles to arm-none-eabi default.
Diffstat (limited to 'examples')
-rw-r--r--examples/lm3s/Makefile.include4
-rw-r--r--examples/lpc13xx/Makefile.include4
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/lm3s/Makefile.include b/examples/lm3s/Makefile.include
index 764a145..2424832 100644
--- a/examples/lm3s/Makefile.include
+++ b/examples/lm3s/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
diff --git a/examples/lpc13xx/Makefile.include b/examples/lpc13xx/Makefile.include
index c9ae180..fe2c3ba 100644
--- a/examples/lpc13xx/Makefile.include
+++ b/examples/lpc13xx/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