From 4baea1c92c674cea2480cd0184302761e1a4a0cc Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 9 Feb 2009 10:07:49 +0000 Subject: [PATCH] - removed linking of libm 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@332 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/bsp/examples/bootloader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/bsp/examples/bootloader/Makefile b/lib/CPUs/MIPS/bsp/examples/bootloader/Makefile index 1061e1c..68f8171 100644 --- a/lib/CPUs/MIPS/bsp/examples/bootloader/Makefile +++ b/lib/CPUs/MIPS/bsp/examples/bootloader/Makefile @@ -4,7 +4,7 @@ TOOLS_DIR=../../../tools CFLAGS=-Os -I. -I../ -msoft-float -march=r3000 LFLAGS=-M -T bootloader.ld LIB_DIRS=-L /usr/local/mipsel-elf/lib -L /usr/local/lib/gcc/mipsel-elf/4.3.2 -LIBS=-lc -lm -lgcc +LIBS=-lc -lgcc CC=mipsel-elf-gcc LD=mipsel-elf-ld