mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:36:16 +02:00
fix export of __ashldi3, __ashrdi3 and __lshrdi3 symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3705 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cbe89f4e7f
commit
3b5571cbc8
@ -179,7 +179,7 @@ diff -Nur linux-2.6.15.1/lib/Makefile linux-2.6.15.1-openwrt/lib/Makefile
|
|||||||
sha1.o
|
sha1.o
|
||||||
|
|
||||||
lib-y += kobject.o kref.o kobject_uevent.o klist.o
|
lib-y += kobject.o kref.o kobject_uevent.o klist.o
|
||||||
+lib-y += ashldi3.o ashrdi3.o lshrdi3.o
|
+obj-y += ashldi3.o ashrdi3.o lshrdi3.o
|
||||||
|
|
||||||
obj-y += sort.o parser.o halfmd4.o
|
obj-y += sort.o parser.o halfmd4.o
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user