Changeset 5be76e0 in freewrt
- Timestamp:
- Jun 15, 2007, 7:07:04 PM (18 years ago)
- Children:
- 8dd67e2
- Parents:
- f2cd2b4
- Location:
- toolchain/uClibc/patches
- Files:
-
- 5 added
- 3 deleted
- 3 moved
-
100-signal_handler_crash_workaround.patch (deleted)
-
140-uclibc_do_div_ldso.patch (deleted)
-
ipv6_missing_sockopts.patch (deleted)
-
patch-Makefile (moved) (moved from toolchain/uClibc/patches/150-portability.patch ) (1 diff)
-
patch-Rules_mak (added)
-
patch-ldso_include_dl-string_h (added)
-
patch-ldso_ldso_arm_dl-sysdep_h (added)
-
patch-libc_sysdeps_linux_common_bits_in_h (added)
-
patch-libc_sysdeps_linux_mips_pipe_S (moved) (moved from toolchain/uClibc/patches/110-mips_pipe.patch ) (1 diff)
-
patch-libc_sysdeps_linux_mips_sigaction_c (added)
-
patch-libm_Makefile (moved) (moved from toolchain/uClibc/patches/120-more_standard_math.patch ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
toolchain/uClibc/patches/patch-Makefile
rf2cd2b4 r5be76e0 1 1 $FreeWRT$ 2 3 Fix portability of build infrastructure 4 * cp -d -> cp -P 5 * tar --exclude is a GNU tar feature 6 7 --- uClibc-0.9.28/Makefile.orig Sun Jun 11 19:08:56 2006 8 +++ uClibc-0.9.28/Makefile Sun Jun 11 19:12:05 2006 2 --- uClibc-0.9.28.orig/Makefile 2005-08-17 22:49:49.000000000 +0000 3 +++ uClibc-0.9.28/Makefile 2007-06-15 17:03:18.000000000 +0000 9 4 @@ -158,12 +158,7 @@ install_dev: 10 5 $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)lib -
toolchain/uClibc/patches/patch-libc_sysdeps_linux_mips_pipe_S
rf2cd2b4 r5be76e0 1 diff -ur uClibc-0.9.28/libc/sysdeps/linux/mips/pipe.S uClibc-0.9.28.openwrt/libc/sysdeps/linux/mips/pipe.S 2 --- uClibc-0.9.28 /libc/sysdeps/linux/mips/pipe.S 2005-08-18 00:49:44.000000000 +02003 +++ uClibc-0.9.28 .openwrt/libc/sysdeps/linux/mips/pipe.S 2005-10-20 12:34:52.000000000 +02001 $FreeWRT$ 2 --- uClibc-0.9.28.orig/libc/sysdeps/linux/mips/pipe.S 2005-08-17 22:49:44.000000000 +0000 3 +++ uClibc-0.9.28/libc/sysdeps/linux/mips/pipe.S 2007-06-15 17:03:18.000000000 +0000 4 4 @@ -10,22 +10,17 @@ 5 5 .globl pipe -
toolchain/uClibc/patches/patch-libm_Makefile
rf2cd2b4 r5be76e0 1 diff -urN uClibc.old/libm/Makefile uClibc.dev/libm/Makefile 2 --- uClibc .old/libm/Makefile 2005-08-18 00:49:41.000000000 +02003 +++ uClibc .dev/libm/Makefile 2005-10-22 00:56:03.106683500 +02004 @@ -81,6 +81,8 @@ 1 $FreeWRT$ 2 --- uClibc-0.9.28.orig/libm/Makefile 2005-08-17 22:49:41.000000000 +0000 3 +++ uClibc-0.9.28/libm/Makefile 2007-06-15 17:03:18.000000000 +0000 4 @@ -81,6 +81,8 @@ CSRC = w_acos.c w_asin.c s_atan.c w_at 5 5 w_cosh.c w_exp.c s_fabs.c s_floor.c w_fmod.c s_frexp.c \ 6 6 s_ldexp.c w_log.c w_log10.c s_modf.c w_pow.c s_sin.c \
Note:
See TracChangeset
for help on using the changeset viewer.
