From fc9e723175492ade1bd9b598306724f4360c9862 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 31 May 2012 20:16:05 +0200 Subject: [PATCH] Remove compiler-rt config --- software/compiler-rt/lm32.mk | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 software/compiler-rt/lm32.mk diff --git a/software/compiler-rt/lm32.mk b/software/compiler-rt/lm32.mk deleted file mode 100644 index 7a36a1581..000000000 --- a/software/compiler-rt/lm32.mk +++ /dev/null @@ -1,16 +0,0 @@ -Description := LatticeMico32 - -Configs := lm32 -Arch := lm32 - -CC := clang - -# TODO: mico32 should be renamed lm32 in LLVM -CFLAGS := -Wall -Werror -O3 -D_YUGA_LITTLE_ENDIAN=0 -D_YUGA_BIG_ENDIAN=1 -ccc-host-triple mico32-elf - -FUNCTIONS := divsi3 modsi3 comparedf2 negsf2 negdf2 addsf3 subsf3 mulsf3 divsf3 \ - floatsisf floatunsisf fixsfsi fixunssfsi adddf3 subdf3 muldf3 divdf3 floatsidf floatunsidf fixdfsi fixunsdfsi - -# Those are already implemented in HW and should not be needed. -# But the other functions directly depend on them. -FUNCTIONS += udivsi3 lshrdi3 muldi3 ashldi3