From a2e245092daa092b33aa95ceb38d5872469c36a5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 25 Apr 2006 23:35:14 +0000 Subject: [PATCH] fix export of __ashldi3, __ashrdi3 and __lshrdi3 symbols SVN-Revision: 3705 --- openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch b/openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch index 21d09b6f07..72df58184d 100644 --- a/openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch +++ b/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 -- 2.25.1