Skip to content

Commit

Permalink
software/libcompiler-rt: add ctzsi2
Browse files Browse the repository at this point in the history
Sebastien Bourdeauducq committed Mar 6, 2013

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 356416f commit 2059592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion software/libcompiler-rt/Makefile
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ include $(M2DIR)/software/common.mak
CFLAGS+=-D_YUGA_LITTLE_ENDIAN=0 -D_YUGA_BIG_ENDIAN=1 -Wno-missing-prototypes

OBJECTS=divsi3.o modsi3.o comparedf2.o negsf2.o negdf2.o addsf3.o subsf3.o mulsf3.o divsf3.o lshrdi3.o muldi3.o divdi3.o ashldi3.o ashrdi3.o udivmoddi4.o \
floatsisf.o floatunsisf.o fixsfsi.o fixunssfsi.o adddf3.o subdf3.o muldf3.o divdf3.o floatsidf.o floatunsidf.o floatdidf.o fixdfsi.o fixunsdfsi.o clzsi2.o
floatsisf.o floatunsisf.o fixsfsi.o fixunssfsi.o adddf3.o subdf3.o muldf3.o divdf3.o floatsidf.o floatunsidf.o floatdidf.o fixdfsi.o fixunsdfsi.o \
clzsi2.o ctzsi2.o

all: libcompiler-rt.a

0 comments on commit 2059592

Please sign in to comment.