Changeset 44426cf for patches


Ignore:
Timestamp:
Jun 23, 2007, 7:04:49 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5f22e50
Parents:
9c0cf5d
Message:

Updated to Glibc 2.6. This includes adding a sed to Coreutils and Gzip to rename their internal implementations of futimens which are incompatible with the implementation provided by Glibc. Added a target tripplet based optimization to glibc on x86 and 32bit build on x86_64 so that glibc will build properly now that i386 is no longer supported. Also added a note to the build variables page the i386-pc-linux-gnu is not supported by glibc.

Location:
patches
Files:
2 added
4 deleted
3 moved

Legend:

Unmodified
Added
Removed
  • patches/glibc-2.6-alpha_ioperm_fix-1.patch

    r9c0cf5d r44426cf  
    11Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
    2 Date: 2006-06-25
    3 Initial Package Version: 2.4
     2Date: 2007-05-19
     3Initial Package Version: 2.6
    44Origin: Joe Ciccone
    55Upstream Status: Unknown
     
    77             instructions being modified are specific to ev56/ev6.
    88
    9 --- glibc-2.4.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c       2006-06-24 18:31:02.000000000 -0400
    10 +++ glibc-2.4/sysdeps/unix/sysv/linux/alpha/ioperm.c            2006-06-24 18:32:15.000000000 -0400
    11 @@ -173,13 +173,13 @@
     9diff -Naur glibc-2.6.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c glibc-2.6/sysdeps/unix/sysv/linux/alpha/ioperm.c
     10--- glibc-2.6.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c       2007-05-07 15:57:20.000000000 -0700
     11+++ glibc-2.6/sysdeps/unix/sysv/linux/alpha/ioperm.c    2007-05-19 13:29:49.000000000 -0700
     12@@ -178,13 +178,13 @@
    1213 static inline void
    1314 stb_mb(unsigned char val, unsigned long addr)
     
    2526 
    2627 static inline void
    27 @@ -351,7 +351,7 @@
     28@@ -356,7 +356,7 @@
    2829   unsigned long int addr = dense_port_to_cpu_addr (port);
    2930   unsigned char r;
     
    3435 }
    3536 
    36 @@ -361,7 +361,7 @@
     37@@ -366,7 +366,7 @@
    3738   unsigned long int addr = dense_port_to_cpu_addr (port);
    3839   unsigned short r;
     
    4344 }
    4445 
     46 
  • patches/glibc-2.6-localedef_segfault-1.patch

    r9c0cf5d r44426cf  
    11Submitted By: Jim Gifford (patches at jg555 dot com)
    2 Date: 2005-09-29
    3 Initial Package Version: 2.3.2
     2Date: 2007-05-19
     3Initial Package Version: 2.6
    44Origin: Debian
    55Upstream Status: Unknown
     
    99             See debian bug # 231438
    1010
    11  
    12 --- glibc-20050926/locale/programs/3level.h.orig        2005-09-30 06:00:37.000000000 +0000
    13 +++ glibc-20050926/locale/programs/3level.h     2005-09-30 06:01:02.000000000 +0000
    14 @@ -204,6 +204,42 @@
     11diff -Naur glibc-2.6.orig/locale/programs/3level.h glibc-2.6/locale/programs/3level.h
     12--- glibc-2.6.orig/locale/programs/3level.h     2005-12-06 21:47:27.000000000 -0800
     13+++ glibc-2.6/locale/programs/3level.h  2007-05-19 13:38:01.000000000 -0700
     14@@ -202,6 +202,42 @@
    1515        }
    1616     }
Note: See TracChangeset for help on using the changeset viewer.