Changeset 5be76e0 in freewrt


Ignore:
Timestamp:
Jun 15, 2007, 7:07:04 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
8dd67e2
Parents:
f2cd2b4
Message:

regenerate with “update-patches”

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2822 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
toolchain/uClibc/patches
Files:
5 added
3 deleted
3 moved

Legend:

Unmodified
Added
Removed
  • toolchain/uClibc/patches/patch-Makefile

    rf2cd2b4 r5be76e0  
    11$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
    94@@ -158,12 +158,7 @@ install_dev:
    105        $(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 +0200
    3 +++ uClibc-0.9.28.openwrt/libc/sysdeps/linux/mips/pipe.S        2005-10-20 12:34:52.000000000 +0200
     1$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
    44@@ -10,22 +10,17 @@
    55         .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 +0200
    3 +++ uClibc.dev/libm/Makefile    2005-10-22 00:56:03.106683500 +0200
    4 @@ -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
    55         w_cosh.c w_exp.c s_fabs.c s_floor.c w_fmod.c s_frexp.c \
    66         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.