fix export of __ashldi3, __ashrdi3 and __lshrdi3 symbols

SVN-Revision: 3705
master
Felix Fietkau 19 years ago
parent 6fd2ed5319
commit a2e245092d
  1. 2
      openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch

@ -179,7 +179,7 @@ diff -Nur linux-2.6.15.1/lib/Makefile linux-2.6.15.1-openwrt/lib/Makefile
sha1.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

Loading…
Cancel
Save