Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120097
b: refs/heads/master
c: 3b04122
h: refs/heads/master
i:
  120095: 64bc050
v: v3
  • Loading branch information
Takashi YOSHII authored and Paul Mundt committed Dec 22, 2008
1 parent 6bf7d5a commit 3919170
Show file tree
Hide file tree
Showing 5 changed files with 714 additions and 630 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fdae0e59a3fc9e391d2422ddcfbdbdec1e8f724
refs/heads/master: 3b041227f7ef7c7e97f205c68c6069c0c62e5204
7 changes: 4 additions & 3 deletions trunk/arch/sh/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ lib-y += movmem.o ashldi3.o ashrdi3.o lshrdi3.o \
ashlsi3.o ashrsi3.o ashiftrt.o lshrsi3.o \
udiv_qrnnd.o

udivsi3-y := udivsi3-Os.o
udivsi3-y := udivsi3_i4i-Os.o

ifneq ($(CONFIG_CC_OPTIMIZE_FOR_SIZE),y)
udivsi3-$(CONFIG_CPU_SH3) := udivsi3.o
udivsi3-$(CONFIG_CPU_SH4) := udivsi3.o
udivsi3-$(CONFIG_CPU_SH3) := udivsi3_i4i.o
udivsi3-$(CONFIG_CPU_SH4) := udivsi3_i4i.o
endif
udivsi3-y += udivsi3.o

obj-y += io.o

Expand Down
Loading

0 comments on commit 3919170

Please sign in to comment.