]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_LM3S811_GCC/makedefs
Add lwIP V1.4.0 source files.
[freertos] / Demo / CORTEX_LM3S811_GCC / makedefs
index efd7530d45ac3842d2a86d226caad3d23478e4ed..1a8f4dab594db40eb9775fa135675caa13efb61b 100644 (file)
@@ -60,7 +60,7 @@ ifeq (${COMPILER}, gcc)
 #
 # The command for calling the compiler.
 #
-CC=arm-stellaris-eabi-gcc
+CC=arm-none-eabi-gcc
 
 #
 # The flags passed to the assembler.
@@ -80,12 +80,12 @@ CFLAGS=-mthumb         \
 #
 # The command for calling the library archiver.
 #
-AR=arm-stellaris-eabi-ar
+AR=arm-none-eabi-ar
 
 #
 # The command for calling the linker.
 #
-LD=arm-stellaris-eabi-ld
+LD=arm-none-eabi-ld
 
 #
 # The flags passed to the linker.
@@ -105,7 +105,7 @@ LIBC=${shell ${CC} -mthumb -march=armv6t2 -print-file-name=libc.a}
 #
 # The command for extracting images from the linked executables.
 #
-OBJCOPY=arm-stellaris-eabi-objcopy
+OBJCOPY=arm-none-eabi-objcopy
 
 endif