diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-25 23:35:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-25 23:35:14 +0000 |
commit | a2e245092daa092b33aa95ceb38d5872469c36a5 (patch) | |
tree | 1c4902f359d7d96b6003a1a227859e39cc0a9c4b /openwrt | |
parent | 6fd2ed531909f295e03cbba0fed2b00dada6b308 (diff) | |
download | mtk-20170518-a2e245092daa092b33aa95ceb38d5872469c36a5.zip mtk-20170518-a2e245092daa092b33aa95ceb38d5872469c36a5.tar.gz mtk-20170518-a2e245092daa092b33aa95ceb38d5872469c36a5.tar.bz2 |
fix export of __ashldi3, __ashrdi3 and __lshrdi3 symbols
SVN-Revision: 3705
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 21d09b6..72df581 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 |