Skip to content

Commit

Permalink
Use RTEMS toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Nov 10, 2010
1 parent 7371677 commit 49239b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions software/include.mak
@@ -1,16 +1,16 @@
# Mico32 toolchain
#
AS=lm32-elf-as
CC=lm32-elf-gcc
LD=lm32-elf-ld
OBJCOPY=lm32-elf-objcopy
AR=lm32-elf-ar
RANLIB=lm32-elf-ranlib
AS=lm32-rtems4.11-as
CC=lm32-rtems4.11-gcc
LD=lm32-rtems4.11-ld
OBJCOPY=lm32-rtems4.11-objcopy
AR=lm32-rtems4.11-ar
RANLIB=lm32-rtems4.11-ranlib


# Toolchain options
#
INCLUDES=-I$(MMDIR)/software/include -I$(MMDIR)/software/include/base -I$(MMDIR)/tools
ASFLAGS=$(INCLUDES)
CFLAGS=-O3 -Wall -mbarrel-shift-enabled -mmultiply-enabled -mdivide-enabled -msign-extend-enabled -fno-builtin -fsigned-char -fsingle-precision-constant $(INCLUDES)
ASFLAGS=$(INCLUDES) -nostdinc
CFLAGS=-O9 -nostdinc -Wall -mbarrel-shift-enabled -mmultiply-enabled -mdivide-enabled -msign-extend-enabled -fno-builtin -fsigned-char -fsingle-precision-constant $(INCLUDES)
LDFLAGS=-nostdlib -nodefaultlibs

0 comments on commit 49239b2

Please sign in to comment.