mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 12:05:23 +00:00
fix export of __ashldi3, __ashrdi3 and __lshrdi3 symbols
SVN-Revision: 3705
This commit is contained in:
parent
6fd2ed5319
commit
a2e245092d
@ -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