diff options
| author | Gerry Rozema <groz@openwrt.org> | 2006-07-20 18:42:12 +0000 |
|---|---|---|
| committer | Gerry Rozema <groz@openwrt.org> | 2006-07-20 18:42:12 +0000 |
| commit | 475b3559a2eef1b824f82258b2d679f5e87d1a64 (patch) | |
| tree | 61887e3c5384021b0c8f54e262234edd3885cfcd /openwrt/target/linux/generic-2.6 | |
| parent | 8a2dfc8555e9c365320f2935fd0ec6387267814e (diff) | |
| download | mtk-20170518-475b3559a2eef1b824f82258b2d679f5e87d1a64.zip mtk-20170518-475b3559a2eef1b824f82258b2d679f5e87d1a64.tar.gz mtk-20170518-475b3559a2eef1b824f82258b2d679f5e87d1a64.tar.bz2 | |
Start adding uml target
SVN-Revision: 4177
Diffstat (limited to 'openwrt/target/linux/generic-2.6')
| -rw-r--r-- | openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch | 12 |
1 files changed, 12 insertions, 0 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 72df581..0d48052 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 @@ -10,6 +10,18 @@ diff -ruN linux-2.6.15.1/include/asm-i386/libgcc.h linux-2.6.15.1-openwrt/includ +#undef ARCH_NEEDS_lshrdi3 + +#endif /* __ASM_LIBGCC_H */ +diff -ruN linux-2.6.15.1/include/asm-um/libgcc.h linux-2.6.15.1-openwrt/include/asm-i386/libgcc.h +--- linux-2.6.15.1/include/asm-um/libgcc.h 1970-01-01 01:00:00.000000000 +0100 ++++ linux-2.6.15.1-openwrt/include/asm-um/libgcc.h 2006-02-01 15:47:53.000000000 +0100 +@@ -0,0 +1,8 @@ ++#ifndef __ASM_LIBGCC_H ++#define __ASM_LIBGCC_H ++ ++#undef ARCH_NEEDS_ashldi3 ++#undef ARCH_NEEDS_ashrdi3 ++#undef ARCH_NEEDS_lshrdi3 ++ ++#endif /* __ASM_LIBGCC_H */ diff -Nur linux-2.6.15.1/include/asm-mips/libgcc.h linux-2.6.15.1-openwrt/include/asm-mips/libgcc.h --- linux-2.6.15.1/include/asm-mips/libgcc.h 1970-01-01 01:00:00.000000000 +0100 +++ linux-2.6.15.1-openwrt/include/asm-mips/libgcc.h 2006-01-20 10:32:28.000000000 +0100 |
