- using env. vars for tool dirs
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@348 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
TOOLS_DIR=../../tools
|
|
||||||
|
|
||||||
CFLAGS=-msoft-float -O2 -march=r3000 -I.
|
CFLAGS=-msoft-float -O2 -march=r3000 -I.
|
||||||
LFLAGS=-M -T link.ld
|
LFLAGS=-M -T link.ld
|
||||||
LIB_DIRS=-L . -L /usr/local/mipsel-elf/lib -L /usr/local/lib/gcc/mipsel-elf/4.3.2
|
LIB_DIRS=-L . -L $(MIPS_TOOLS_PREFIX)/mipsel-elf/lib -L $(MIPS_TOOLS_PREFIX)/lib/gcc/mipsel-elf/$(MIPS_GCC_VER)
|
||||||
LIBS=-lc -lm -lgcc
|
LIBS=-lc -lm -lgcc
|
||||||
|
|
||||||
AS=mipsel-elf-as
|
AS=mipsel-elf-as
|
||||||
@@ -11,7 +9,7 @@ CC=mipsel-elf-gcc
|
|||||||
LD=mipsel-elf-ld
|
LD=mipsel-elf-ld
|
||||||
OBJDUMP=mipsel-elf-objdump
|
OBJDUMP=mipsel-elf-objdump
|
||||||
OBJCOPY=mipsel-elf-objcopy
|
OBJCOPY=mipsel-elf-objcopy
|
||||||
FLASHGEN=$(TOOLS_DIR)/flashgen_little
|
FLASHGEN=flashgen_el
|
||||||
|
|
||||||
PROG = hello testbench test_irq dhry queens stanford paranoia rmd160_test Bessel whet phrasen dttl richards_benchmark
|
PROG = hello testbench test_irq dhry queens stanford paranoia rmd160_test Bessel whet phrasen dttl richards_benchmark
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
ROM_WORDADDR_WIDTH=11
|
ROM_WORDADDR_WIDTH=11
|
||||||
TOOLS_DIR=../../../tools
|
|
||||||
|
|
||||||
CFLAGS=-Os -I. -I../ -msoft-float -march=r3000
|
CFLAGS=-Os -I. -I../ -msoft-float -march=r3000
|
||||||
LFLAGS=-M -T bootloader.ld
|
LFLAGS=-M -T bootloader.ld
|
||||||
LIB_DIRS=-L /usr/local/mipsel-elf/lib -L /usr/local/lib/gcc/mipsel-elf/4.3.2
|
LIB_DIRS=-L $(MIPS_TOOLS_PREFIX)/mipsel-elf/lib -L $(MIPS_TOOLS_PREFIX)/lib/gcc/mipsel-elf/$(MIPS_GCC_VER)
|
||||||
LIBS=-lc -lgcc
|
LIBS=-lc -lgcc
|
||||||
|
|
||||||
CC=mipsel-elf-gcc
|
CC=mipsel-elf-gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user